1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:07:45 +00:00

LibHTTP: Remove unused private field m_queued_finish in HttpsJob (#3181)

This commit is contained in:
Nico Weber 2020-08-16 17:58:50 -04:00 committed by GitHub
parent 154a184c1b
commit 5de131667a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ protected:
private:
RefPtr<TLS::TLSv12> m_socket;
bool m_queued_finish { false };
};
}