diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-14 16:37:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-14 16:37:33 +0000 |
commit | 149e9a590070891fbd73d0fccec8b2256ce6aff7 (patch) | |
tree | 16ac5f63324ec11a2c1453162c7101119ff4ea89 /src | |
parent | 869ca15c77236cd6788ed28f0101f7cb7128a3db (diff) | |
download | tor-149e9a590070891fbd73d0fccec8b2256ce6aff7.tar tor-149e9a590070891fbd73d0fccec8b2256ce6aff7.tar.gz |
remove pointless XXXX. It was there to remind me to do something I already did.
svn:r4557
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circuitlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 7fc3db920..29cb16a72 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -617,7 +617,6 @@ _circuit_mark_for_close(circuit_t *circ, int line, const char *file) log_fn(LOG_INFO,"Failed intro circ %s to %s (awaiting ack). Removing from descriptor.", safe_str(circ->rend_query), safe_str(build_state_get_exit_nickname(circ->build_state))); - // XXXX NM rend_client_remove_intro_point(circ->build_state->chosen_exit, circ->rend_query); } |