From ecf20ec7b8f2cb13f901cf0fbb669904d44a3759 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <sergey.lyubka@cesanta.com>
Date: Sat, 5 Dec 2015 15:59:58 +0000
Subject: [PATCH] Add error_log_file, use extended log format

    PUBLISHED_FROM=d189b44857723871159826944bde9b87089bb0bd
---
 mongoose.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mongoose.h b/mongoose.h
index f94d475ae..870fc929d 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"
-- 
GitLab