From: Rainer Jung Date: Fri, 28 Jun 2013 05:45:47 +0000 (+0000) Subject: Remove line added during the trunk sync in X-Git-Tag: 2.4.5~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eab8000fb6c3ca9184fba1ad3ff45d033462682;p=apache Remove line added during the trunk sync in r1491468. The line never was part of trunk. CTR (mod_lua). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1497649 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_request.h b/modules/lua/lua_request.h index 7773c836cd..b5ed3e5fc0 100644 --- a/modules/lua/lua_request.h +++ b/modules/lua/lua_request.h @@ -31,7 +31,6 @@ void ap_lua_push_request(lua_State *L, request_rec *r); #define APL_REQ_FUNTYPE_TABLE 3 #define APL_REQ_FUNTYPE_LUACFUN 4 #define APL_REQ_FUNTYPE_BOOLEAN 5 -#define APL_REQ_FUNTYPE_INT64 6 typedef struct {