summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-01 19:55:38 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-01 19:55:38 +0000
commitb3b663998bbfb5ede569498345a3fedc02a9726f (patch)
tree3006004a48e8d51ee442b7bc10e43acbe6297fe6 /src/expr/expr_template.h
parent6fe1db1645f57f3ff0378839ba3f25b0b21e83f9 (diff)
Removing Expr::operator=(uintptr_t n), as it's no longer used by the parser.
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index efbdec2de..2fa10ceb8 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -90,15 +90,6 @@ public:
*/
Expr& operator=(const Expr& e);
- /*
- * Assignment from an integer. Fails if the integer is not 0.
- * NOTE: This is here purely to support the auto-initialization
- * behavior of the ANTLR3 C backend (i.e., a rule attribute
- * <code>Expr e</code> gets initialized with <code>e = NULL;</code>.
- * Should be removed if future versions of ANTLR fix the problem.
- */
- Expr& operator=(uintptr_t n);
-
/**
* Syntactic comparison operator. Returns true if expressions belong to the
* same expression manager and are syntactically identical.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback