mirror of
https://github.com/curl/curl.git
synced 2025-09-30 16:06:51 +03:00
remove dead code portion inoperative long time ago
This commit is contained in:
parent
e526b5ffeb
commit
7fdfd938e0
|
@ -305,11 +305,4 @@ int curl_fclose(FILE *file, int line, const char *source)
|
||||||
source, line, file);
|
source, line, file);
|
||||||
return res;
|
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 */
|
#endif /* CURLDEBUG */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user