summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proxy.c1
1 files changed, 0 insertions, 1 deletions
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 ) {
182 return 0; 182 return 0;
183} 183}
184 184
185static ot_vector all_torrents[1024];
186static uint32_t peer_counts[1024]; 185static uint32_t peer_counts[1024];
187#ifdef WANT_SCROOOOOOOLL 186#ifdef WANT_SCROOOOOOOLL
188static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d<e){*d++=m[*s>>4];*d++=m[*s++&15];}*d=0;return t;} 187static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d<e){*d++=m[*s>>4];*d++=m[*s++&15];}*d=0;return t;}