mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()
This commit is contained in:
parent
341928c807
commit
bb92a2d7a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user