ecore: people are still hurt by that assert.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 27 Feb 2012 14:40:02 +0000 (14:40 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 27 Feb 2012 14:40:02 +0000 (14:40 +0000)
NOTE: I think that this code should be removed as it is useless, will never
work as expected and nobody care anymore about it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68477 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/ecore_private.h

index 1dfc7e7..faf1873 100644 (file)
@@ -237,7 +237,7 @@ _ecore_lock(void)
    EINA_MAIN_LOOP_CHECK_RETURN;
 #endif
    _ecore_main_lock_count++;
-   assert(_ecore_main_lock_count == 1);
+   /* assert(_ecore_main_lock_count == 1); */
 }
 
 static inline void