summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 15:39:19 +0200
committerNoel Grandin <noel@peralex.com>2015-11-23 08:55:53 +0200
commit05eda0dc19af81ed0d5167bdd0a92113e6e8bc60 (patch)
treecbb93df5b0b7f864055a964f786cd36f093545bb /sc/inc/compiler.hxx
parent56b2a2d874c5c74af0eb02d6d542f4dc9d748870 (diff)
loplugin:unusedfields in sc
Change-Id: If5123e676a27302f3e11475309bc748977c6f430
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 3c8a12e84375..06736b4d2b17 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -96,20 +96,6 @@ protected:
formula::StackVar eType;
};
-struct ScDoubleRawToken: private ScRawTokenBase
-{
-public:
- union
- { // union only to assure alignment identical to ScRawToken
- double nValue;
- struct {
- sal_uInt8 cByte;
- bool bIsInForceArray;
- } sbyte;
- };
- DECL_FIXEDMEMPOOL_NEWDEL( ScDoubleRawToken );
-};
-
struct ScRawToken: private ScRawTokenBase
{
friend class ScCompiler;