From: Nick Mathewson Date: Sun, 14 Nov 2004 17:22:10 +0000 (+0000) Subject: Remove redundant declaration X-Git-Tag: tor-0.0.9pre6~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f835673bee6dc0e0927a2a80534bfcd914f8947;p=thirdparty%2Ftor.git Remove redundant declaration svn:r2855 --- diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 7467d2b2a9..533c8c4242 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -17,7 +17,6 @@ static struct addr_policy_t *socks_policy = NULL; static smartlist_t *redirect_exit_list = NULL; static int connection_ap_handshake_process_socks(connection_t *conn); -void parse_socks_policy(void); /** Handle new bytes on conn->inbuf, or notification of eof. *