mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibGemini: Remove unused private field m_queued_finish
This commit is contained in:
parent
5892e5a300
commit
5f109c1885
Notes:
sideshowbarker
2024-07-19 04:19:41 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/5f109c1885e Pull-request: https://github.com/SerenityOS/serenity/pull/2986
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ protected:
|
|||
|
||||
private:
|
||||
RefPtr<TLS::TLSv12> m_socket;
|
||||
bool m_queued_finish { false };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue