aboutsummaryrefslogtreecommitdiff
path: root/lib/memdebug.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-13 01:54:45 +0000
committerYang Tse <yangsita@gmail.com>2008-09-13 01:54:45 +0000
commit7fdfd938e0646f01df8a2fc1e8830e7dc7451a84 (patch)
tree198e51bcdca2d29bb07d0d32c96b992a632379e4 /lib/memdebug.c
parente526b5ffebc2fc5cf3a9f9e45bedde996bce6bcd (diff)
remove dead code portion inoperative long time ago
Diffstat (limited to 'lib/memdebug.c')
-rw-r--r--lib/memdebug.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/memdebug.c b/lib/memdebug.c
index 98117130d..413247e77 100644
--- a/lib/memdebug.c
+++ b/lib/memdebug.c
@@ -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 */