From e5621ca5ccd6ed1c7f03611538227350eb267dac Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 3 Apr 2010 21:32:55 +0200 Subject: iproxy: Remove unused mutex --- tools/iproxy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/iproxy.c b/tools/iproxy.c index 07019ec..707724a 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -42,8 +42,6 @@ TODO: improve code... static uint16_t listen_port = 0; static uint16_t device_port = 0; -pthread_mutex_t smutex = PTHREAD_MUTEX_INITIALIZER; - struct client_data { int fd; int sfd; -- cgit v1.1-32-gdbae