From: William A. Rowe Jr Date: Wed, 26 Aug 2015 16:17:41 +0000 (+0000) Subject: Drop redundant and harmful macro, API change correctly toggled in mod_lua.c X-Git-Tag: 2.5.0-alpha~2919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70065c297b614741405cd6f3a58af56621c71567;p=apache Drop redundant and harmful macro, API change correctly toggled in mod_lua.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697966 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/mod_lua.h b/modules/lua/mod_lua.h index 636d35c5cb..cd2025b1b7 100644 --- a/modules/lua/mod_lua.h +++ b/modules/lua/mod_lua.h @@ -59,10 +59,6 @@ #else #define lua_rawlen(L,i) lua_objlen(L, (i)) #endif -#if LUA_VERSION_NUM > 502 -/* Load mode for lua_dump() */ -#define lua_dump(a,b,c) lua_dump(a,b,c,0) -#endif /* Create a set of AP_LUA_DECLARE(type), AP_LUA_DECLARE_NONSTD(type) and * AP_LUA_DECLARE_DATA with appropriate export and import tags for the platform