From: Nick Mathewson Date: Thu, 18 Jul 2013 12:56:02 +0000 (-0400) Subject: Remove a redundant declaration X-Git-Tag: tor-0.2.5.1-alpha~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27ec1fafe4a739429ac82d47015465bb5a2d9674;p=thirdparty%2Ftor.git Remove a redundant declaration --- diff --git a/src/or/transports.h b/src/or/transports.h index 126b7046a6..1c6fc419b7 100644 --- a/src/or/transports.h +++ b/src/or/transports.h @@ -117,8 +117,6 @@ STATIC char *get_transport_options_for_server_proxy(const managed_proxy_t *mp); STATIC void managed_proxy_destroy(managed_proxy_t *mp, int also_terminate_process); -STATIC managed_proxy_t *managed_proxy_create(const smartlist_t *transport_list, - char **proxy_argv, int is_server); STATIC managed_proxy_t *managed_proxy_create(const smartlist_t *transport_list, char **proxy_argv, int is_server);