eina: remove logically dead code.
authorCedric BAIL <c.bail@partner.samsung.com>
Thu, 5 Jun 2014 01:22:27 +0000 (03:22 +0200)
committerCedric BAIL <c.bail@partner.samsung.com>
Thu, 5 Jun 2014 01:22:27 +0000 (03:22 +0200)
Removing this code let me wonder what could be an int value that is not 0,
not < 0 and not > 0...

CID 1039938.

src/lib/eina/eina_inlist.c

index 5c93b01..13ad0e2 100644 (file)
@@ -786,8 +786,6 @@ eina_inlist_sorted_state_insert(Eina_Inlist *list,
              else
                break;
           }
-        else
-          break;
      }
 
    if (cmp <= 0)