From: Joe Orton Date: Tue, 30 Aug 2005 22:53:37 +0000 (+0000) Subject: * server/main.c (suck_in_APR): Remove weird gzeof reference which X-Git-Tag: 2.3.0~3037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f64e4f136824021d677e06b81f11ddc0eb83750;p=thirdparty%2Fapache%2Fhttpd.git * server/main.c (suck_in_APR): Remove weird gzeof reference which broke all the -Werror builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@264886 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 9d7cfc0a10a..98085819215 100644 --- a/server/main.c +++ b/server/main.c @@ -731,6 +731,5 @@ const void *suck_in_APR(void) extern const void *ap_ugly_hack; return ap_ugly_hack; - gzeof(NULL); } #endif