From dd6c0b6b3333f287dcd0886f8a0551f283948505 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 7 Nov 2024 01:47:00 -0600 Subject: fix two errors/'crashes' --- src/net.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index d9c8b4c..d2b7435 100644 --- a/src/net.h +++ b/src/net.h @@ -35,8 +35,6 @@ int start_serv(lua_State* L, int port); // static char* http_codes[600] = {0}; -extern volatile size_t threads; - static const luaL_Reg net_function_list [] = { {"listen",l_listen}, -- cgit v1.2.3