diff --git a/mongoose.h b/mongoose.h
index f94d475aea91cd30ed56c9e6b45a11d6a5161dee..870fc929da93aa25a3a8a69f5a4ede1e137b12a5 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -1744,9 +1744,6 @@ struct mg_serve_http_opts {
   /* List of index files. Default is "" */
   const char *index_files;
 
-  /* Path to a HTTP requests log file. Leave as NULL to disable access log. */
-  const char *access_log_file;
-
   /*
    * Leave as NULL to disable authentication.
    * To enable directory protection with authentication, set this to ".htpasswd"