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
Notes: sideshowbarker 2024-07-19 03:32:11 +09:00

View File

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