summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/iproxy.c2
1 files changed, 0 insertions, 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...
42static uint16_t listen_port = 0; 42static uint16_t listen_port = 0;
43static uint16_t device_port = 0; 43static uint16_t device_port = 0;
44 44
45pthread_mutex_t smutex = PTHREAD_MUTEX_INITIALIZER;
46
47struct client_data { 45struct client_data {
48 int fd; 46 int fd;
49 int sfd; 47 int sfd;