aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-18 13:00:45 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-18 13:00:45 -0400
commitbd169aa9a512857fe95fa0cbe44e4e6dbc2c800f (patch)
tree3b864e4cd291c2bd240dd7fbbf0d7e200f40dd92 /src/or/connection.c
parenteb896d5e6f09902a760af010326b79ce82492da1 (diff)
parent0d75344b0e0eafc89db89a974e87b16564cd8f0a (diff)
downloadtor-bd169aa9a512857fe95fa0cbe44e4e6dbc2c800f.tar
tor-bd169aa9a512857fe95fa0cbe44e4e6dbc2c800f.tar.gz
Merge remote-tracking branch 'public/bug11553_024' into bug11553_025
Conflicts: src/or/channel.h
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index 2e72e6b39..9614fa52d 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -271,8 +271,6 @@ dir_connection_new(int socket_family)
*
* Set timestamp_last_added_nonpadding to now.
*
- * Assign a pseudorandom next_circ_id between 0 and 2**15.
- *
* Initialize active_circuit_pqueue.
*
* Set active_circuit_pqueue_last_recalibrated to current cell_ewma tick.