1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Remove ProxySocket's pending_flush flag.

A tiny piece I missed from commit 9545199ea: if the function that sets
that flag is gone, and so is the code that acts on it, then the flag
doesn't need to be there any more either.
This commit is contained in:
Simon Tatham 2019-07-28 11:35:21 +01:00
parent 9545199ea5
commit 0901590791

View File

@ -25,7 +25,6 @@ struct ProxySocket {
bufchain pending_output_data;
bufchain pending_oob_output_data;
bool pending_flush;
bufchain pending_input_data;
bool pending_eof;