Commit d0d50951 authored by Joe Orton's avatar Joe Orton
Browse files

* 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
parent f68f2b8a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -731,6 +731,5 @@ const void *suck_in_APR(void)
    extern const void *ap_ugly_hack;

    return ap_ugly_hack;
    gzeof(NULL);
}
#endif