1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-07-29 03:41:11 +03:00

Remove a dead method

Summary: Remove a dead method

Reviewed By: sharmafb

Differential Revision: D62256646

fbshipit-source-id: 153514882a39f0a99e7446bfeaebf514a041dfd2
This commit is contained in:
Konstantin Tsoy
2024-09-05 15:25:19 -07:00
committed by Facebook GitHub Bot
parent 4a71f6f4e3
commit 7f00a211df
2 changed files with 0 additions and 7 deletions

View File

@ -333,10 +333,6 @@ SchedulingResult FrameScheduler::scheduleFramesForPacket(
none, std::move(builder).buildPacket(), shortHeaderPadding);
}
void FrameScheduler::writeNextAcks(PacketBuilderInterface& builder) {
ackScheduler_->writeNextAcks(builder);
}
bool FrameScheduler::hasData() const {
return hasPendingAcks() || hasImmediateData();
}