소스 검색

another case (i think) of redundant code.

svn:r5426
Roger Dingledine 18 년 전
부모
커밋
0de8f4ee55
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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 */