mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03: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
@ -68,7 +68,6 @@ protected:
|
||||
|
||||
private:
|
||||
RefPtr<TLS::TLSv12> m_socket;
|
||||
bool m_queued_finish { false };
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user