summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index 34374d354..0acce2cb0 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -39,12 +39,6 @@ ${includes}
#include "options/language.h"
#include "util/hash.h"
-// This is a hack, but an important one: if there's an error, the
-// compiler directs the user to the template file instead of the
-// generated one. We don't want the user to modify the generated one,
-// since it'll get overwritten on a later build.
-#line 47 "${template}"
-
namespace CVC4 {
// The internal expression representation
@@ -621,8 +615,6 @@ private:
${getConst_instantiations}
-#line 625 "${template}"
-
inline size_t ExprHashFunction::operator()(CVC4::Expr e) const {
return (size_t) e.getId();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback