remove dead code portion inoperative long time ago
authorYang Tse <yangsita@gmail.com>
Sat, 13 Sep 2008 01:54:45 +0000 (01:54 +0000)
committerYang Tse <yangsita@gmail.com>
Sat, 13 Sep 2008 01:54:45 +0000 (01:54 +0000)
lib/memdebug.c

index 9811713..413247e 100644 (file)
@@ -305,11 +305,4 @@ int curl_fclose(FILE *file, int line, const char *source)
             source, line, file);
   return res;
 }
-#else
-#ifdef VMS
-int VOID_VAR_MEMDEBUG;
-#else
-/* we provide a fake do-nothing function here to avoid compiler warnings */
-void curl_memdebug(void) {}
-#endif /* VMS */
 #endif /* CURLDEBUG */