Skip to content

Commit

Permalink
#1930: remove destructor so that make_runnable_micro passes
Browse files Browse the repository at this point in the history
  • Loading branch information
stmcgovern committed Dec 1, 2022
1 parent 90abcb3 commit 81cb2a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/vt/runnable/make_runnable.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ struct RunnableMaker {
RunnableMaker(RunnableMaker const&) = delete;
RunnableMaker(RunnableMaker&&) = default;

~RunnableMaker() {
if (impl_ != nullptr and not is_done_) {
vtAbort("A runnable was created but never executed or enqueued!")
}
}

/**
* \brief Add a continuation
Expand Down

0 comments on commit 81cb2a3

Please sign in to comment.