Revert "eina: work around current strange behavior seen in eina_cow."

This reverts commit e4107b2936.
This commit is contained in:
Cedric Bail 2013-12-04 17:53:34 +09:00
parent 4f161f0c8d
commit 3a15c5bbb3
1 changed files with 0 additions and 10 deletions

View File

@ -261,16 +261,6 @@ _eina_cow_gc(Eina_Cow *cow, Eina_Cow_GC *gc)
data = EINA_COW_DATA_GET(gc->ref);
/*
THIS IS A TEMPORARY WORK AROUND THAT SHOULD LIMIT PROBLEM
UNTIL WE KNOW WHY THERE IS A PROBLEM IN EINA_HASH.
*/
if (gc->ref->refcount == 0)
{
eina_hash_del(cow->togc, &gc->ref, gc);
return ;
}
current_cow_size = cow->struct_size;
match = eina_hash_find(cow->match, data);
if (match)