diff options
author | Roger Dingledine <arma@torproject.org> | 2006-06-08 09:35:20 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-06-08 09:35:20 +0000 |
commit | 18eb8192db41617dfe89b0cc07936c59390017e1 (patch) | |
tree | 204557a5347380168790e78299bd22cd3bac35dd /src/or/circuituse.c | |
parent | a18766e50c05a89c6b575a032d11df6f7c8a286a (diff) | |
download | tor-18eb8192db41617dfe89b0cc07936c59390017e1.tar.gz tor-18eb8192db41617dfe89b0cc07936c59390017e1.zip |
remove a bit more obsolete code
svn:r6566
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 372649a7b8..02cde50f58 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -595,13 +595,6 @@ circuit_testing_opened(circuit_t *circ) static void circuit_testing_failed(circuit_t *circ, int at_last_hop) { -#if 0 - routerinfo_t *me = router_get_my_routerinfo(); - - if (!at_last_hop) - circuit_launch_by_router(CIRCUIT_PURPOSE_TESTING, me, 0, 1, 1); - else -#endif if (server_mode(get_options()) && check_whether_orport_reachable()) return; |