Browse Source

ERR: Remove warning about unused variable i

Andy Cedilnik 22 years ago
parent
commit
59e91ac3e4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/CTest/Curl/CMake/CurlTests.c

+ 0 - 2
Source/CTest/Curl/CMake/CurlTests.c

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