diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-29 20:44:29 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-29 20:44:29 +0000 |
commit | 9d950f7d25c91ede1b46fac7466add5cbf5a0d71 (patch) | |
tree | 60b81ff372a30e0792383b52cae32822e83079da /src/or/or.h | |
parent | 26aa741169c57e25c6db334facfa5ec68f4a85aa (diff) | |
download | tor-9d950f7d25c91ede1b46fac7466add5cbf5a0d71.tar.gz tor-9d950f7d25c91ede1b46fac7466add5cbf5a0d71.zip |
Nobody calls circuit_launch_by_nickname; remove it.
svn:r17006
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7b87e3e3f7..81d662e127 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2769,9 +2769,6 @@ void circuit_build_failed(origin_circuit_t *circ); /** Flag to set when the last hop of a circuit doesn't need to be an * exit node. */ #define CIRCLAUNCH_IS_INTERNAL (1<<3) -origin_circuit_t *circuit_launch_by_nickname(uint8_t purpose, - const char *exit_nickname, - int flags); origin_circuit_t *circuit_launch_by_extend_info(uint8_t purpose, extend_info_t *info, int flags); |