Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
Summary: Remove unused function

Reviewed By: hanidamlaj

Differential Revision: D55172147

fbshipit-source-id: 01ebbfc8802cbfe642f30861dc163ef98b8ac3cf
  • Loading branch information
kvtsoy authored and facebook-github-bot committed Mar 21, 2024
1 parent 7d52557 commit da36d5c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions quic/state/QuicStreamManager.h
Expand Up @@ -468,15 +468,6 @@ class QuicStreamManager {
*/
bool setStreamPriority(StreamId id, Priority priority);

// TODO figure out a better interface here.
/*
* Returns a mutable reference to the container holding the writable stream
* IDs.
*/
auto& writableStreams() {
return writableStreams_;
}

auto& writableDSRStreams() {
return writableDSRStreams_;
}
Expand Down

0 comments on commit da36d5c

Please sign in to comment.