summaryrefslogtreecommitdiff
path: root/src/theory/builtin/proof_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/builtin/proof_checker.cpp')
-rw-r--r--src/theory/builtin/proof_checker.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/builtin/proof_checker.cpp b/src/theory/builtin/proof_checker.cpp
index 5d05e5383..3e0eca128 100644
--- a/src/theory/builtin/proof_checker.cpp
+++ b/src/theory/builtin/proof_checker.cpp
@@ -426,7 +426,6 @@ Node BuiltinProofRuleChecker::checkInternal(PfRule id,
|| id == PfRule::TRUST_SUBS_MAP)
{
// "trusted" rules
- Assert(children.empty());
Assert(!args.empty());
Assert(args[0].getType().isBoolean());
return args[0];
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback