From 8e6b810df8034b6378f47ed18566fbd5917c4426 Mon Sep 17 00:00:00 2001 From: Unbit Date: Sun, 17 Feb 2013 14:27:32 +0100 Subject: [PATCH] fixed lua plugin --- plugins/lua/lua_plugin.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugins/lua/lua_plugin.c b/plugins/lua/lua_plugin.c index b5c9377c..136c3757 100644 --- a/plugins/lua/lua_plugin.c +++ b/plugins/lua/lua_plugin.c @@ -167,14 +167,6 @@ error: } -static int uwsgi_api_cl(lua_State *L) { - - struct wsgi_request *wsgi_req = current_wsgi_req(); - - lua_pushnumber(L, wsgi_req->post_cl); - return 1; -} - static int uwsgi_api_req_fd(lua_State *L) { struct wsgi_request *wsgi_req = current_wsgi_req();