From e617375c3424ef341a172d05c58cfc4335049c44 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sat, 12 Sep 2009 19:44:51 +0200 Subject: Update tools to use new API --- tools/iphonesyslog.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/iphonesyslog.c') 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); -- cgit v1.1-32-gdbae