From b085d55e5546c94d4e6e0f8cb6ff6d9f28c9d2e6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 26 Sep 2015 22:30:59 +0200 Subject: Remove redundant AstExpression::eval_internal Change-Id: I27c067adb2b09ad65a8449f2d88a9cdde149d4be --- idlc/inc/idlc/astexpression.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'idlc/inc') 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(); -- cgit