فهرست منبع

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 '..',