mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +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: 5de131667a
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
Add a link
Reference in a new issue