]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()
authorAndrea Shepard <andrea@torproject.org>
Tue, 9 Oct 2012 02:54:47 +0000 (19:54 -0700)
committerAndrea Shepard <andrea@torproject.org>
Tue, 9 Oct 2012 02:54:47 +0000 (19:54 -0700)
src/or/channel.c

index c5bf60d065928c7e5236d7ef4a23a4f5b5c7fbff..114b5a885e8ec4c2dc2d6bdf68b118a7c44a7f82 100644 (file)
@@ -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