From: Joe Orton Date: Wed, 10 Dec 2003 13:43:14 +0000 (+0000) Subject: * server/main.c (suck_in_expat): Remove function, USE_EXPAT is never X-Git-Tag: pre_ajp_proxy~947 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c555033723ad852021893445626fac206b7fb2db;p=thirdparty%2Fapache%2Fhttpd.git * server/main.c (suck_in_expat): Remove function, USE_EXPAT is never defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index 0731628a9d2..0317d321275 100644 --- a/server/main.c +++ b/server/main.c @@ -717,16 +717,6 @@ int main(int argc, const char * const argv[]) return 0; /* Termination 'ok' */ } -/* force Expat to be linked into the server executable */ -#if defined(USE_EXPAT) && !defined(SHARED_CORE_BOOTSTRAP) -#include "xmlparse.h" -const XML_LChar *suck_in_expat(void); -const XML_LChar *suck_in_expat(void) -{ - return XML_ErrorString(XML_ERROR_NONE); -} -#endif /* USE_EXPAT */ - #ifndef SHARED_CORE_BOOTSTRAP /* * Force apr_password_validate() into the image so that modules like