diff options
| author | 2010-04-03 21:32:55 +0200 | |
|---|---|---|
| committer | 2010-04-08 15:19:18 +0200 | |
| commit | e5621ca5ccd6ed1c7f03611538227350eb267dac (patch) | |
| tree | 222c875e452a404a4382dc15e409dd5ab5b1c387 | |
| parent | 30b6e8a94dc394b8358ccbea8530b5c73b03d3b8 (diff) | |
| download | usbmuxd-e5621ca5ccd6ed1c7f03611538227350eb267dac.tar.gz usbmuxd-e5621ca5ccd6ed1c7f03611538227350eb267dac.tar.bz2 | |
iproxy: Remove unused mutex
| -rw-r--r-- | tools/iproxy.c | 2 |
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... | |||
| 42 | static uint16_t listen_port = 0; | 42 | static uint16_t listen_port = 0; |
| 43 | static uint16_t device_port = 0; | 43 | static uint16_t device_port = 0; |
| 44 | 44 | ||
| 45 | pthread_mutex_t smutex = PTHREAD_MUTEX_INITIALIZER; | ||
| 46 | |||
| 47 | struct client_data { | 45 | struct client_data { |
| 48 | int fd; | 46 | int fd; |
| 49 | int sfd; | 47 | int sfd; |
