From 182ff648fc015dec73447cee4b3ed02794bf7827 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 27 Feb 2012 14:40:02 +0000 Subject: [PATCH] ecore: people are still hurt by that assert. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/ecore_private.h b/src/lib/ecore/ecore_private.h index 1dfc7e7..faf1873 100644 --- a/src/lib/ecore/ecore_private.h +++ b/src/lib/ecore/ecore_private.h @@ -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 -- 2.7.4