From: Gabriel Corona Date: Thu, 16 Oct 2014 12:59:46 +0000 (+0200) Subject: Remove irrelevant API documentation X-Git-Tag: v3_12~732^2~285^2~10 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0ff2ce0eb47f6598efe54b6b614d0291594fbf6f?ds=sidebyside Remove irrelevant API documentation --- diff --git a/include/xbt/synchro_core.h b/include/xbt/synchro_core.h index 2c8e641a1b..a260c0d97b 100644 --- a/include/xbt/synchro_core.h +++ b/include/xbt/synchro_core.h @@ -83,7 +83,6 @@ XBT_PUBLIC(void) xbt_mutex_acquire(xbt_mutex_t mutex); * Tries to lock a mutex, return 1 if the mutex is unlocked, else 0. * This function does not block and wait for the mutex to be unlocked. * \param mutex The mutex - * \param issuer The process that tries to acquire the mutex * \return 1 - mutex free, 0 - mutex used */ XBT_PUBLIC(int) xbt_mutex_try_acquire(xbt_mutex_t mutex);