From: Andrea Shepard Date: Tue, 9 Oct 2012 02:54:47 +0000 (-0700) Subject: Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue() X-Git-Tag: tor-0.2.4.4-alpha~37^2~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb92a2d7a8560e7028faad024c3307080449aea4;p=thirdparty%2Ftor.git Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue() --- diff --git a/src/or/channel.c b/src/or/channel.c index c5bf60d065..114b5a885e 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -1847,7 +1847,6 @@ channel_flush_some_cells_from_outgoing_queue(channel_t *chan, /* Get the head of the queue */ q = smartlist_get(chan->u.cell_chan.outgoing_queue, 0); - /* That shouldn't happen; bail out */ if (q) { /* * Okay, we have a good queue entry, try to give it to the lower