We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5be1 commit badbd4bCopy full SHA for badbd4b
src/scl/simulation/transport.cc
@@ -158,7 +158,6 @@ Time::Duration smallestTimeDelta(NetworkDescription::ChannelParameters params) {
158
details::Transport::PollResult details::Transport::poll(Time::Duration ts,
159
ChannelId id) const {
160
const auto stime = m_sim_ctx.getContext(id.remote).lastEvent()->time();
161
-
162
const auto delta = smallestTimeDelta(m_sim_ctx.getChannel(id));
163
164
// we split the logic into two branches, based on whether the sender's local
0 commit comments