summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-26 22:30:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-28 08:12:14 +0200
commitb085d55e5546c94d4e6e0f8cb6ff6d9f28c9d2e6 (patch)
treebe640ea45c69ab836aa51a084368b20f09c9bc9a /idlc/inc
parentcb31ea6981a336c16bc29ef2f0d323da9fb2dda4 (diff)
Remove redundant AstExpression::eval_internal
Change-Id: I27c067adb2b09ad65a8449f2d88a9cdde149d4be
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/astexpression.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/idlc/astexpression.hxx b/idlc/inc/idlc/astexpression.hxx
index 32364fabac02..1bd6f96d6ec6 100644
--- a/idlc/inc/idlc/astexpression.hxx
+++ b/idlc/inc/idlc/astexpression.hxx
@@ -121,8 +121,6 @@ public:
private:
// Fill out the lineno, filename and definition scope details
void fillDefinitionDetails();
- // Internal evaluation
- void eval_internal();
// Evaluate different sets of operators
AstExprValue* eval_bin_op();
AstExprValue* eval_bit_op();