summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:54:04 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commit2e1d74dc4fb4590fd7ded360457ad867a9002e94 (patch)
tree93adfcb09d95076c54e7e03d94228204eb9dd3b4 /idlc
parent60e61e4434b3c8443bfa1303122be6a9773a70f2 (diff)
loplugin:unusedfields idl,idlc
Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
Diffstat (limited to 'idlc')
-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 6723297e2551..83fa6d70dd6d 100644
--- a/idlc/inc/idlc/astexpression.hxx
+++ b/idlc/inc/idlc/astexpression.hxx
@@ -81,7 +81,6 @@ struct AstExprValue
bool bval; // Contains boolean expression value
float fval; // Contains 32-bit float expr value
double dval; // Contains 64-bit float expr value
- sal_uInt32 eval; // Contains enumeration value
} u;
ExprType et;
};