Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()

This commit is contained in:
Andrea Shepard 2012-10-08 19:54:47 -07:00
parent 341928c807
commit bb92a2d7a8
No known key found for this signature in database
GPG Key ID: 80BF498218A1E61B

View 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