diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-19 01:03:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-19 01:03:34 +0000 |
commit | 0de8f4ee55e223deecc9b1465285fc81ae4f08e1 (patch) | |
tree | 4f4efdce30885a361054707978f82196cf15d2a4 /src/or/command.c | |
parent | 409294153f990d45aa171f270f04972528bb209d (diff) | |
download | tor-0de8f4ee55e223deecc9b1465285fc81ae4f08e1.tar.gz tor-0de8f4ee55e223deecc9b1465285fc81ae4f08e1.zip |
another case (i think) of redundant code.
svn:r5426
Diffstat (limited to 'src/or/command.c')
-rw-r--r-- | src/or/command.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/command.c b/src/or/command.c index 75a4ab98a2..45917935e2 100644 --- a/src/or/command.c +++ b/src/or/command.c @@ -336,11 +336,7 @@ command_process_destroy_cell(cell_t *cell, connection_t *conn) cell->circ_id, conn->address, conn->port); return; } - debug(LD_OR,"Received for circID %d.",cell->circ_id); - if (circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) { - onion_pending_remove(circ); - } if (cell->circ_id == circ->p_circ_id) { /* the destroy came from behind */ |