]> sjero.net Git - wget/blobdiff - src/cmpt.c
[svn] Remember that the NTLM-authorized TCP connections stay authorized.
[wget] / src / cmpt.c
index 99cbbb8ab82e112c023fd94e6587350413eeb2b0..daa1460225fd68cef6ab75919f331306aa01b592 100644 (file)
@@ -1435,10 +1435,6 @@ const unsigned short int __mon_yday[2][13] =
   };
 #endif
 
-/* Currently unused in Wget.  Uncomment if we start using memmove
-   again. */
-#if 0
-
 #ifndef HAVE_MEMMOVE
 void *
 memmove (char *dest, const char *source, unsigned length)
@@ -1458,8 +1454,6 @@ memmove (char *dest, const char *source, unsigned length)
 }
 #endif /* not HAVE_MEMMOVE */
 
-#endif /* 0 */
-
 /* fnmatch is a POSIX function, but we include an implementation for
    the sake of systems that don't have it.  Furthermore, according to
    anecdotal evidence, historical implementations of fnmatch are buggy