diff options
| author | ame <[email protected]> | 2025-06-13 20:31:24 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-06-13 20:31:24 -0500 |
| commit | 2efda12fcae7869bc3cc8782dbcaceae65d251f8 (patch) | |
| tree | 9f380005409549d69eb0b6cf1f2a661dbb38c03d /src/net/common.h | |
| parent | c6714b7212548a55de8ed9e22f4b416f312358b0 (diff) | |
clean net code and made net docs better
Diffstat (limited to 'src/net/common.h')
| -rw-r--r-- | src/net/common.h | 4 |
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 |
