summaryrefslogtreecommitdiffstats
path: root/tools/iphonesyslog.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-09-12 19:44:51 +0200
committerGravatar Martin Szulecki2009-09-12 19:44:51 +0200
commite617375c3424ef341a172d05c58cfc4335049c44 (patch)
tree7b47c6f2b6f2ffc9c96caf0abcad4bd0fe185d99 /tools/iphonesyslog.c
parent1f6282ffddec7012df82fa929dfe72cfc74b063a (diff)
downloadlibimobiledevice-e617375c3424ef341a172d05c58cfc4335049c44.tar.gz
libimobiledevice-e617375c3424ef341a172d05c58cfc4335049c44.tar.bz2
Update tools to use new API
Diffstat (limited to 'tools/iphonesyslog.c')
-rw-r--r--tools/iphonesyslog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/iphonesyslog.c b/tools/iphonesyslog.c
index 10b3fb6..8fa3b04 100644
--- a/tools/iphonesyslog.c
+++ b/tools/iphonesyslog.c
@@ -51,7 +51,6 @@ int main(int argc, char *argv[])
char uuid[41];
int port = 0;
uuid[0] = 0;
- uint32_t handle = 0;
signal(SIGINT, clean_exit);
signal(SIGQUIT, clean_exit);