summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/kind_template.h')
-rw-r--r--src/expr/kind_template.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index d34179252..8ae7018b3 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -63,8 +63,6 @@ const char* toString(CVC4::Kind k);
*/
std::ostream& operator<<(std::ostream&, CVC4::Kind) CVC4_PUBLIC;
-#line 67 "${template}"
-
/** Returns true if the given kind is associative. This is used by ExprManager to
* decide whether it's safe to modify big expressions by changing the grouping of
* the arguments. */
@@ -86,7 +84,6 @@ struct KindHashFunction {
enum CVC4_PUBLIC TypeConstant
{
${type_constant_list}
-#line 90 "${template}"
LAST_TYPE
}; /* enum TypeConstant */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback