From 59e91ac3e4c924df07280916dc81133b31b74754 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 5 May 2003 09:55:21 -0400 Subject: [PATCH] ERR: Remove warning about unused variable i --- Source/CTest/Curl/CMake/CurlTests.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/CTest/Curl/CMake/CurlTests.c b/Source/CTest/Curl/CMake/CurlTests.c index 4399a600f..9da467f2d 100644 --- a/Source/CTest/Curl/CMake/CurlTests.c +++ b/Source/CTest/Curl/CMake/CurlTests.c @@ -364,8 +364,6 @@ void (*signal ()) (); int main () { -int i; - ; return 0; } #endif