simpler assert

This commit is contained in:
Paul Davis 2025-11-11 12:55:02 -07:00
parent 751dea75d3
commit decb945300

View file

@ -59,7 +59,7 @@ StatefulDiffCommand::StatefulDiffCommand (std::shared_ptr<StatefulDestructible>
}
}
assert (_changes != 0);
assert (_changes);
/* if the stateful object that this command refers to goes away,
be sure to notify owners of this command.