diff options
Diffstat (limited to 'src/or/onion.c')
-rw-r--r-- | src/or/onion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/onion.c b/src/or/onion.c index f959fc4717..05f3df5431 100644 --- a/src/or/onion.c +++ b/src/or/onion.c @@ -117,7 +117,6 @@ onion_pending_remove(circuit_t *circ) } else { /* we need to hunt through the rest of the list */ for ( ;tmpo->next && tmpo->next->circ != circ; tmpo=tmpo->next) ; if (!tmpo->next) { - /* XX is there a better category here? */ debug(LD_GENERAL,"circ (p_circ_id %d) not in list, probably at cpuworker.",circ->p_circ_id); return; } |