diff options
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index a3ee4554e0..f1caeef865 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -125,7 +125,6 @@ conn_state_to_string(int type, int state) { return buf; } - /** Allocate space for a new connection_t. This function just initializes * conn; you must call connection_add() to link it into the main array. * |