Skip to content

Commit badbd4b

Browse files
committed
whitespace
1 parent 85f5be1 commit badbd4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scl/simulation/transport.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ Time::Duration smallestTimeDelta(NetworkDescription::ChannelParameters params) {
158158
details::Transport::PollResult details::Transport::poll(Time::Duration ts,
159159
ChannelId id) const {
160160
const auto stime = m_sim_ctx.getContext(id.remote).lastEvent()->time();
161-
162161
const auto delta = smallestTimeDelta(m_sim_ctx.getChannel(id));
163162

164163
// we split the logic into two branches, based on whether the sender's local

0 commit comments

Comments
 (0)