Преглед на файлове

Remove some unused functions in NO_FILES build

bel преди 10 години
родител
ревизия
e0ab54210f
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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 '..',