* eina: don't direct people in the wrong direction.

SVN revision: 51117
This commit is contained in:
Cedric BAIL 2010-08-14 15:50:07 +00:00
parent 77130795a9
commit 3b269d6f04
1 changed files with 0 additions and 6 deletions

View File

@ -108,12 +108,6 @@ struct _Eina_Hash_Element
EINA_RBTREE;
Eina_Hash_Tuple tuple;
Eina_Bool begin : 1;
#if 0 /* FIXME: implement this later for faster locking */
# ifdef EFL_HAVE_POSIX_THREADS_RWLOCK
pthread_rwlock_t lock;
int threadcount;
# endif
#endif
};
struct _Eina_Hash_Foreach_Data