]> granicus.if.org Git - libevent/commitdiff
Remove unused variables in test/test-changelist.c
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Jul 2010 12:58:08 +0000 (14:58 +0200)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Jul 2010 12:58:08 +0000 (14:58 +0200)
test/test-changelist.c

index 1bb3dbe67f1e93ea3398f17667638843cda5ff7f..5fc2dc87328ae0dd4dba76f90d18347300470197 100644 (file)
@@ -16,7 +16,6 @@
 #endif
 
 
-
 #ifdef _EVENT_HAVE_SYS_SOCKET_H
 #include <sys/socket.h>
 #endif
@@ -50,10 +49,6 @@ write_cb(evutil_socket_t fd, short event, void *arg)
 static void
 timeout_cb(evutil_socket_t fd, short event, void *arg)
 {  
-
-       char buf[256];
-       int len;
-
        printf("timeout fired, time to end test\n");
        event_del(*(struct event**)arg);
        return;