From: Ruediger Pluem Date: Mon, 22 Dec 2008 06:47:42 +0000 (+0000) Subject: * Comment out unused pstack_dump for the time being until it is used, a better X-Git-Tag: 2.3.1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94db5b001211c4b6f0384236b2905f92bfe5c0e6;p=thirdparty%2Fapache%2Fhttpd.git * Comment out unused pstack_dump for the time being until it is used, a better compile time conditional is found or it is removed from the code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@728623 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_vmprep.c b/modules/lua/lua_vmprep.c index 96037e27c51..b57e34c91e6 100644 --- a/modules/lua/lua_vmprep.c +++ b/modules/lua/lua_vmprep.c @@ -23,6 +23,7 @@ /* forward dec'l from this file */ +#if 0 static void pstack_dump(lua_State *L, apr_pool_t *r, int level, const char *msg) { @@ -88,6 +89,7 @@ static void pstack_dump(lua_State *L, apr_pool_t *r, int level, } } } +#endif /* BEGIN modules*/