summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astexpression.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astexpression.hxx')
-rw-r--r--idlc/inc/idlc/astexpression.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astexpression.hxx b/idlc/inc/idlc/astexpression.hxx
index 83fa6d70dd6d..4e51e8bfb51a 100644
--- a/idlc/inc/idlc/astexpression.hxx
+++ b/idlc/inc/idlc/astexpression.hxx
@@ -115,7 +115,6 @@ public:
void evaluate();
// Compare to AstExpressions
- bool operator==(AstExpression *pExpr);
bool compare(AstExpression *pExpr);
OString toString();