]> granicus.if.org Git - apache/commitdiff
remove APLOG_USE_MODULE from main.c:
authorStefan Fritsch <sf@apache.org>
Tue, 8 Jun 2010 19:30:24 +0000 (19:30 +0000)
committerStefan Fritsch <sf@apache.org>
Tue, 8 Jun 2010 19:30:24 +0000 (19:30 +0000)
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

server/main.c

index eee621fc529f0ff482154beb025e685fa033cbab..65fac67f2dce2a57f34371a5ce37a004245638ff 100644 (file)
@@ -45,8 +45,6 @@
 #include <unistd.h>
 #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.
  *