From 5d527fffc82bb2d21d4b47a337fc96181cf7fd9e Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Tue, 23 Aug 2016 17:46:45 +0200 Subject: [PATCH] eina: remove references to win32 and winCE in threads --- src/lib/eina/eina_lock.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/eina/eina_lock.h b/src/lib/eina/eina_lock.h index 7857597c5b..7f53218ede 100644 --- a/src/lib/eina/eina_lock.h +++ b/src/lib/eina/eina_lock.h @@ -194,8 +194,6 @@ static inline Eina_Lock_Result eina_lock_release(Eina_Lock *mutex); * lock state, thread number and a backtrace. * * @note If @c EINA_HAVE_DEBUG_THREADS is not defined, this function does nothing. - * @note This function is implemented on Win32 or WinCE, but it does not - * not produce any output, regardless of @c EINA_HAVE_DEBUG_THREADS being set. */ static inline void eina_lock_debug(const Eina_Lock *mutex); @@ -460,8 +458,6 @@ static inline Eina_Bool eina_tls_set(Eina_TLS key, const void *data); * @details This function initializes an unnamed #Eina_Semaphore with appropriate values. * These values are platform dependent. * - * @note Semaphores are not avialable on the WinCE platform. - * * @see eina_semaphore_free() */ static inline Eina_Bool eina_semaphore_new(Eina_Semaphore *sem, int count_init);