eina: remove logically dead code.

Removing this code let me wonder what could be an int value that is not 0,
not < 0 and not > 0...

CID 1039938.
This commit is contained in:
Cedric BAIL 2014-06-05 03:22:27 +02:00
parent 8f817ff4a0
commit c33acef5d7
1 changed files with 0 additions and 2 deletions

View File

@ -786,8 +786,6 @@ eina_inlist_sorted_state_insert(Eina_Inlist *list,
else
break;
}
else
break;
}
if (cmp <= 0)