Skip to content

Commit

Permalink
Remove unused field in FizzClientContext
Browse files Browse the repository at this point in the history
Reviewed By: zxjtan

Differential Revision: D66211651

fbshipit-source-id: 3e8f9ee7398b1f696c74b1481c9cb840b18a5b11
  • Loading branch information
Mingtao Yang authored and facebook-github-bot committed Nov 20, 2024
1 parent 39b82b3 commit a78ce20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fizz/client/FizzClientContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ class FizzClientContext {

std::shared_ptr<ECHPolicy> echPolicy_;
std::shared_ptr<PskCache> pskCache_;
// Legacy to support non cert mgr api.
std::shared_ptr<SelfCert> clientCert_{nullptr};
std::shared_ptr<CertManager> certManager_{nullptr};
std::shared_ptr<CertDecompressionManager> certDecompressionManager_;
std::shared_ptr<Clock> clock_;
Expand Down

0 comments on commit a78ce20

Please sign in to comment.