LibGemini: Remove unused private field m_queued_finish

This commit is contained in:
Nico Weber 2020-08-04 11:06:22 -04:00 committed by Andreas Kling
parent 5892e5a300
commit 5f109c1885
Notes: sideshowbarker 2024-07-19 04:19:41 +09:00

View File

@ -67,7 +67,6 @@ protected:
private:
RefPtr<TLS::TLSv12> m_socket;
bool m_queued_finish { false };
};
}