Skip to content

Commit

Permalink
Removed old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Sep 2, 2024
1 parent 487b907 commit acdc478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storm-dft/generator/DftNextStateGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ storm::generator::StateBehavior<ValueType, StateType> DftNextStateGenerator<Valu
storm::generator::StateBehavior<ValueType, StateType> result;

STORM_LOG_TRACE("Currently failable: " << state->getFailableElements().getCurrentlyFailableString(!exploreDependencies));
// TODO remove exploreDependencies
auto iterFailable = this->state->getFailableElements().begin(!exploreDependencies);

// Check for absorbing state:
Expand Down

0 comments on commit acdc478

Please sign in to comment.