diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-23 00:28:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-23 00:28:39 -0400 |
commit | f560eeadc38f3146f17c55b0d00799b3ee7d5acf (patch) | |
tree | bf272bfd66824801e397441d263b99029658ed63 /src/or/circuitlist.h | |
parent | 2cfc4453c246bbd964cb9849bc5959bb1c510ae7 (diff) | |
download | tor-f560eeadc38f3146f17c55b0d00799b3ee7d5acf.tar.gz tor-f560eeadc38f3146f17c55b0d00799b3ee7d5acf.zip |
Remove the unused circuit_dump_by_chan().
Also remove its helper function.
Diffstat (limited to 'src/or/circuitlist.h')
-rw-r--r-- | src/or/circuitlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitlist.h b/src/or/circuitlist.h index a29c29a49a..54a7ef42fa 100644 --- a/src/or/circuitlist.h +++ b/src/or/circuitlist.h @@ -22,7 +22,6 @@ const char *circuit_purpose_to_controller_string(uint8_t purpose); const char *circuit_purpose_to_controller_hs_state_string(uint8_t purpose); const char *circuit_purpose_to_string(uint8_t purpose); void circuit_dump_by_conn(connection_t *conn, int severity); -void circuit_dump_by_chan(channel_t *chan, int severity); void circuit_set_p_circid_chan(or_circuit_t *circ, circid_t id, channel_t *chan); void circuit_set_n_circid_chan(circuit_t *circ, circid_t id, |