diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-08 23:20:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-08 23:20:43 +0000 |
commit | 604b13c910ff91277de7881dc395198c1f6282cc (patch) | |
tree | 906899d5336931f932bc73384238490104255daf /src/or/or.h | |
parent | 969ec52e6bbd5c13bb1c2d1bf4731ccc80132816 (diff) | |
download | tor-604b13c910ff91277de7881dc395198c1f6282cc.tar.gz tor-604b13c910ff91277de7881dc395198c1f6282cc.zip |
remove some old debugging code
svn:r8657
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 2a169b508b..56aba99c6d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1750,7 +1750,6 @@ origin_circuit_t *origin_circuit_new(void); or_circuit_t *or_circuit_new(uint16_t p_circ_id, or_connection_t *p_conn); circuit_t *circuit_get_by_circid_orconn(uint16_t circ_id, or_connection_t *conn); -int circuit_id_used_on_conn(uint16_t circ_id, or_connection_t *conn); circuit_t *circuit_get_by_edge_conn(edge_connection_t *conn); void circuit_unlink_all_from_or_conn(or_connection_t *conn, int reason); origin_circuit_t *circuit_get_by_global_id(uint32_t id); |