]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a redundant declaration
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 12:56:02 +0000 (08:56 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 12:56:02 +0000 (08:56 -0400)
src/or/transports.h

index 126b7046a6aa8a692874e444c4dec60b49ac4afa..1c6fc419b7c899eaa1efdca76bc0d4ddf55a8400 100644 (file)
@@ -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);