Skip to content

Commit

Permalink
#1941: do not pushEpoch in ActiveMessenger constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Sep 19, 2022
1 parent 235fcd0 commit f4183f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ ActiveMessenger::ActiveMessenger()
# endif
this_node_(theContext()->getNode())
{
/*
* Push the default epoch into the stack so it is always at the bottom of the
* stack during execution until the AM's destructor is invoked
*/
pushEpoch(term::any_epoch_sentinel);

// Register counters for AM/DM message sends and number of bytes
amSentCounterGauge = diagnostic::CounterGauge{
registerCounter("AM_sent", "active messages sent"),
Expand Down

0 comments on commit f4183f5

Please sign in to comment.