aboutsummaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/net/common.h b/src/net/common.h
index 828cb04..fbafb58 100644
--- a/src/net/common.h
+++ b/src/net/common.h
@@ -56,10 +56,6 @@ struct sarray_t {
int len;
};
-static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
-static pthread_mutex_t con_mutex = PTHREAD_MUTEX_INITIALIZER;
-static pthread_mutex_t lua_mutex = PTHREAD_MUTEX_INITIALIZER;
-
extern map_t* mime_type;
#endif