1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:07:45 +00:00

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

View file

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