From: Morgan Deters Date: Fri, 27 Apr 2012 23:04:32 +0000 (+0000) Subject: undo previous commit (as it will break a number of things without additional support... X-Git-Tag: cvc5-1.0.0~8212 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1a30b3fcd4afd2f69e2b2c8a748213f28676752;p=cvc5.git undo previous commit (as it will break a number of things without additional support I haven't yet committed) --- diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h index fb76c1857..973163d62 100644 --- a/src/expr/kind_template.h +++ b/src/expr/kind_template.h @@ -124,8 +124,6 @@ namespace theory { enum TheoryId { ${theory_enum} - THEORY_QUANTIFIERS, - THEORY_REWRITERULES, THEORY_LAST };