From: Stefan Fritsch Date: Tue, 8 Jun 2010 19:30:24 +0000 (+0000) Subject: remove APLOG_USE_MODULE from main.c: X-Git-Tag: 2.3.6~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75e31c7abf9c5697f342c42e4e0afcf2642021c1;p=apache remove APLOG_USE_MODULE from main.c: It causes build problems on Windows and the ap_log* calls in main.c don't profit from it anyway, because there is no server_rec yet where they could look up core_module's loglevel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952783 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index eee621fc52..65fac67f2d 100644 --- a/server/main.c +++ b/server/main.c @@ -45,8 +45,6 @@ #include #endif -APLOG_USE_MODULE(core); - /* WARNING: Win32 binds http_main.c dynamically to the server. Please place * extern functions and global data in another appropriate module. *