Skip to content

Commit

Permalink
Remove unused variable from HQSession
Browse files Browse the repository at this point in the history
Summary: As title.

Reviewed By: sharmafb

Differential Revision: D69086907

fbshipit-source-id: fd49658b09b6b67f79ae0275f794bb1e6f81e142
  • Loading branch information
jbeshay authored and facebook-github-bot committed Feb 4, 2025
1 parent 1350bdf commit 919f79c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxygen/lib/http/session/HQSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

namespace {
static const uint16_t kMaxReadsPerLoop = 16;
static const std::string kNoProtocolString("");
static const std::string kQUICProtocolName("QUIC");
constexpr uint64_t kMaxQuarterStreamId = (1ull << 60) - 1;

Expand Down

0 comments on commit 919f79c

Please sign in to comment.