* eina: don't direct people in the wrong direction.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 Aug 2010 15:50:07 +0000 (15:50 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 Aug 2010 15:50:07 +0000 (15:50 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51117 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_hash.c

index 4411a05..d4e6bf1 100644 (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