ecore: remove an impossible to track assert.

NOTE: I am now all for removing this lock. They trigger crash,
are not implementing the feature they are advertising, are not
maintained and impossible to fix.


SVN revision: 68987
This commit is contained in:
Cedric BAIL 2012-03-07 16:11:55 +00:00
parent 6116b87103
commit d55504f4e5
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ static inline void
_ecore_unlock(void)
{
_ecore_main_lock_count--;
assert(_ecore_main_lock_count == 0);
/* assert(_ecore_main_lock_count == 0); */
#ifdef HAVE_THREAD_SAFETY
eina_lock_release(&_ecore_main_loop_lock);
#endif