Remove useless variable.

SVN revision: 35606
This commit is contained in:
Cedric BAIL 2008-08-21 15:51:29 +00:00
parent 4bc094c45a
commit 9e78e5ecdb
1 changed files with 0 additions and 1 deletions

View 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);