瀏覽代碼

Remove a redundant declaration

Nick Mathewson 11 年之前
父節點
當前提交
27ec1fafe4
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/or/transports.h

+ 0 - 2
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);