From: cedric Date: Sat, 14 Aug 2010 15:50:07 +0000 (+0000) Subject: * eina: don't direct people in the wrong direction. X-Git-Tag: 2.0_alpha~70^2~415 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c24c7334b769b1b605ad325b820ca89c0d3118ee;p=framework%2Fuifw%2Feina.git * eina: don't direct people in the wrong direction. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@51117 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/eina_hash.c b/src/lib/eina_hash.c index 4411a05..d4e6bf1 100644 --- a/src/lib/eina_hash.c +++ b/src/lib/eina_hash.c @@ -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