]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* server/main.c (suck_in_APR): Remove weird gzeof reference which
authorJoe Orton <jorton@apache.org>
Tue, 30 Aug 2005 22:53:37 +0000 (22:53 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 30 Aug 2005 22:53:37 +0000 (22:53 +0000)
broke all the -Werror builds.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@264886 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index 9d7cfc0a10a296d18c6813a3992e104be2bf276f..980858192151bc527ab565aa9fca7eca03cfb3c6 100644 (file)
@@ -731,6 +731,5 @@ const void *suck_in_APR(void)
     extern const void *ap_ugly_hack;
 
     return ap_ugly_hack;
-    gzeof(NULL);
 }
 #endif