Pārlūkot izejas kodu

another case (i think) of redundant code.

svn:r5426
Roger Dingledine 20 gadi atpakaļ
vecāks
revīzija
0de8f4ee55
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      src/or/command.c

+ 0 - 4
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 */