[tor-commits] [tor/master] Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()

andrea at torproject.org andrea at torproject.org
Thu Oct 11 02:05:23 UTC 2012


commit bb92a2d7a8560e7028faad024c3307080449aea4
Author: Andrea Shepard <andrea at torproject.org>
Date:   Mon Oct 8 19:54:47 2012 -0700

    Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()
---
 src/or/channel.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/or/channel.c b/src/or/channel.c
index c5bf60d..114b5a8 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





More information about the tor-commits mailing list