From 8d25bf2d31189275e0a542a1c3c9b804bd50cc2b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 16 Jul 2009 01:39:18 +0000 Subject: Double definition of all_torrents --- proxy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy.c b/proxy.c index ca5a773..3577f44 100644 --- a/proxy.c +++ b/proxy.c @@ -182,7 +182,6 @@ int usage( char *self ) { return 0; } -static ot_vector all_torrents[1024]; static uint32_t peer_counts[1024]; #ifdef WANT_SCROOOOOOOLL static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d>4];*d++=m[*s++&15];}*d=0;return t;} -- cgit v1.2.3