Procházet zdrojové kódy

Remove some unused functions in NO_FILES build

bel před 10 roky
rodič
revize
e0ab54210f
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      src/civetweb.c

+ 0 - 2
src/civetweb.c

@@ -4046,7 +4046,6 @@ static int get_request_len(const char *buf, int buflen)
 }
 
 
-#if !defined(NO_FILES)
 /* Convert month to the month number. Return -1 on error, or month number */
 static int get_month_index(const char *s)
 {
@@ -4122,7 +4121,6 @@ static time_t parse_date_string(const char *datetime)
 
 	return result;
 }
-#endif
 
 
 /* Protect against directory disclosure attack by removing '..',