mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:17:45 +00:00
LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181)
This commit is contained in:
parent
154a184c1b
commit
5de131667a
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ protected:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
RefPtr<TLS::TLSv12> m_socket;
|
RefPtr<TLS::TLSv12> m_socket;
|
||||||
bool m_queued_finish { false };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue