瀏覽代碼

Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()

Andrea Shepard 13 年之前
父節點
當前提交
bb92a2d7a8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/channel.c

+ 0 - 1
src/or/channel.c

@@ -1847,7 +1847,6 @@ channel_flush_some_cells_from_outgoing_queue(channel_t *chan,
 
 
       /* Get the head of the queue */
       /* Get the head of the queue */
       q = smartlist_get(chan->u.cell_chan.outgoing_queue, 0);
       q = smartlist_get(chan->u.cell_chan.outgoing_queue, 0);
-      /* That shouldn't happen; bail out */
       if (q) {
       if (q) {
         /*
         /*
          * Okay, we have a good queue entry, try to give it to the lower
          * Okay, we have a good queue entry, try to give it to the lower