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
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.