[tor-commits] [tor/master] Remove a redundant declaration

nickm at torproject.org nickm at torproject.org
Thu Jul 18 12:56:05 UTC 2013


commit 27ec1fafe4a739429ac82d47015465bb5a2d9674
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jul 18 08:56:02 2013 -0400

    Remove a redundant declaration
---
 src/or/transports.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/or/transports.h b/src/or/transports.h
index 126b704..1c6fc41 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);



More information about the tor-commits mailing list