eet dictionary - remove impossible code

CID 1039464 knows full well our comments there are right - so remove
pointless code
This commit is contained in:
Carsten Haitzler 2014-08-27 12:12:40 +09:00
parent 190b404be2
commit 123bdc4342
1 changed files with 0 additions and 8 deletions

View File

@ -78,14 +78,6 @@ _eet_dictionary_lookup(Eet_Dictionary *ed,
current = ed->all[current].next;
}
if ((current == -1) && found)
{
// WTF ?!? How can current == -1 and found == EINA_TRUE
// If you happen to trigger this abort, contact enlightenment developer mailing list
abort();
return prev;
}
if (previous) *previous = prev;
return current;
}