aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 0 insertions, 2 deletions
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},