summaryrefslogtreecommitdiff
path: root/idl/inc/lex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 15:42:29 +0200
committerNoel Grandin <noel@peralex.com>2016-02-09 08:16:26 +0200
commitc7b66c1968371e335babfbada8b6bac2f83d9901 (patch)
tree7b0c85ab689a3222e3a6a1334af016f4ad1dfb77 /idl/inc/lex.hxx
parent7a6c044e97d02f6168d13cd7528d89e3b3a1dd3f (diff)
remove some more dead code, found by LCOV
Change-Id: I23404778d13b690fa2330f6db1a90d578b23468b
Diffstat (limited to 'idl/inc/lex.hxx')
-rw-r--r--idl/inc/lex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index c06b605292ee..dc86dfbd64b9 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -29,7 +29,7 @@
enum class SVTOKENTYPE { Empty, Comment,
Integer, String,
Bool, Identifier,
- Char, RttiBase,
+ Char,
EndOfFile, HashId };
class SvToken
@@ -47,7 +47,7 @@ friend class SvTokenStream;
};
public:
SvToken();
- SvToken( const SvToken & rObj );
+ SvToken( const SvToken & rObj ) = delete;
SvToken & operator = ( const SvToken & rObj );