diff options
author | Roger Dingledine <arma@torproject.org> | 2016-04-14 02:18:25 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-09 14:42:09 -0400 |
commit | c98fbd4169d70033c5058994cab5cfbd24cf4e78 (patch) | |
tree | d84726dcbfdc465f4134d91daa07b02be3f20cba /src/or/connection.h | |
parent | bcae392e0edc682990da71524a0802cf79e3e698 (diff) | |
download | tor-c98fbd4169d70033c5058994cab5cfbd24cf4e78.tar.gz tor-c98fbd4169d70033c5058994cab5cfbd24cf4e78.zip |
remove some more unused code
Diffstat (limited to 'src/or/connection.h')
-rw-r--r-- | src/or/connection.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/connection.h b/src/or/connection.h index 45175cd5a2..4835235fba 100644 --- a/src/or/connection.h +++ b/src/or/connection.h @@ -192,13 +192,6 @@ MOCK_DECL(connection_t *,connection_get_by_type_addr_port_purpose,(int type, connection_t *connection_get_by_type_state(int type, int state); connection_t *connection_get_by_type_state_rendquery(int type, int state, const char *rendquery); -dir_connection_t *connection_dir_get_by_purpose_and_resource( - int purpose, - const char *resource); -dir_connection_t *connection_dir_get_by_purpose_resource_and_state( - int purpose, - const char *resource, - int state); smartlist_t *connection_dir_list_by_purpose_and_resource( int purpose, const char *resource); |