Skip to content

Commit

Permalink
#1194: Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Dec 22, 2020
1 parent 40a84aa commit 4df2eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ EventType ActiveMessenger::sendMsgBytes(

auto const epoch = envelopeIsEpochType(msg->env) ?
envelopeGetEpoch(msg->env) : term::any_epoch_sentinel;
auto const is_shared = isSharedMessage(msg);
auto const is_term = envelopeIsTerm(msg->env);
auto const is_bcast = envelopeIsBcast(msg->env);

Expand Down

0 comments on commit 4df2eca

Please sign in to comment.