diff options
Diffstat (limited to 'package/uhttpd/src/uhttpd-lua.h')
-rw-r--r-- | package/uhttpd/src/uhttpd-lua.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/uhttpd/src/uhttpd-lua.h b/package/uhttpd/src/uhttpd-lua.h index 9a10933fc7..ae573a3cec 100644 --- a/package/uhttpd/src/uhttpd-lua.h +++ b/package/uhttpd/src/uhttpd-lua.h @@ -33,9 +33,6 @@ struct uh_lua_state { - int rfd; - int wfd; - struct client *cl; char httpbuf[UH_LIMIT_MSGHEAD]; int content_length; bool data_sent; |