ERR: Remove warning about unused variable i

This commit is contained in:
Andy Cedilnik 2003-05-05 09:55:21 -04:00
parent eb5fe7990a
commit 59e91ac3e4
1 changed files with 0 additions and 2 deletions

View File

@ -364,8 +364,6 @@ void (*signal ()) ();
int
main ()
{
int i;
;
return 0;
}
#endif