Remove useless variable.
authorcedric <cedric>
Thu, 21 Aug 2008 15:51:29 +0000 (15:51 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Aug 2008 15:51:29 +0000 (15:51 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eina@35606 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eina_test_convert.c

index dd8fed3..b9f926a 100644 (file)
@@ -25,7 +25,6 @@
 START_TEST(eina_convert_simple)
 {
    char tmp[128];
-   int length;
 
    fail_if(eina_convert_itoa(0, tmp) != 1);
    fail_if(strcmp(tmp, "0") != 0);