aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-10-08 19:54:47 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-08 19:54:47 -0700
commitbb92a2d7a8560e7028faad024c3307080449aea4 (patch)
tree031939aaf27e858350114c03d336203ed371d525 /src
parent341928c807b1d16383710b8b2728ed963746bb9d (diff)
downloadtor-bb92a2d7a8560e7028faad024c3307080449aea4.tar
tor-bb92a2d7a8560e7028faad024c3307080449aea4.tar.gz
Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()
Diffstat (limited to 'src')
-rw-r--r--src/or/channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c
index c5bf60d06..114b5a885 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