From 5f64e4f136824021d677e06b81f11ddc0eb83750 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 30 Aug 2005 22:53:37 +0000 Subject: [PATCH] * 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 --- server/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/main.c b/server/main.c index 9d7cfc0a10..9808581921 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 -- 2.40.0