mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +00:00
LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181)
This commit is contained in:
parent
154a184c1b
commit
5de131667a
Notes:
sideshowbarker
2024-07-19 03:32:11 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/5de131667a9 Pull-request: https://github.com/SerenityOS/serenity/pull/3181
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ protected:
|
|||
|
||||
private:
|
||||
RefPtr<TLS::TLSv12> m_socket;
|
||||
bool m_queued_finish { false };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue