From c555033723ad852021893445626fac206b7fb2db Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 10 Dec 2003 13:43:14 +0000 Subject: [PATCH] * 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 --- server/main.c | 10 ---------- 1 file changed, 10 deletions(-) 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 -- 2.47.3