mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
CID 1524706: Remove dead assignment
This commit is contained in:
@@ -2635,7 +2635,6 @@ circuit_resume_edge_reading_helper(edge_connection_t *first_conn,
|
||||
*/
|
||||
if (packaged_this_round && packaged_this_round < max_to_package &&
|
||||
n_streams_left) {
|
||||
max_to_package -= packaged_this_round;
|
||||
n_packaging_streams = n_streams_left;
|
||||
goto again;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user