From 2ac674735ba38c655be4f2e473b82974c76cf8c9 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 2 Sep 2025 22:40:57 -0500 Subject: better local copying (wip) --- src/net.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index f7e5d64..9f0fe42 100644 --- a/src/net.h +++ b/src/net.h @@ -38,9 +38,6 @@ void* handle_client(void *_arg); int start_serv(lua_State* L, int port); -// -static char* http_codes[600] = {0}; - int clean_lullaby_net(lua_State* L); static const luaL_Reg net_function_list [] = { -- cgit v1.2.3