From 1d2ff27e6aacb972f7945938d2967b0b61eef7cf Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 18 Nov 2011 13:30:55 +0000 Subject: [PATCH] r1203632 from trunk: remove lingering reslist cruft git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1203645 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/lua_vmprep.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/lua/lua_vmprep.c b/modules/lua/lua_vmprep.c index 6af677a62c..b2836e3424 100644 --- a/modules/lua/lua_vmprep.c +++ b/modules/lua/lua_vmprep.c @@ -390,18 +390,6 @@ static apr_status_t vm_construct(void **vm, void *params, apr_pool_t *lifecycle_ return APR_SUCCESS; } -static apr_status_t vm_destruct(void *vm, void *params, apr_pool_t *pool) -{ - lua_State *L = (lua_State *)vm; - - (void)params; - (void)pool; - - cleanup_lua(L); - - return APR_SUCCESS; -} - /** * Function used to create a lua_State instance bound into the web * server in the appropriate scope. -- 2.40.0