summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /idlc
parentd1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (diff)
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/aststruct.hxx1
-rw-r--r--idlc/inc/idlc/idlctypes.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/idlc/aststruct.hxx b/idlc/inc/idlc/aststruct.hxx
index 3fa47fbb836d..87c54754a491 100644
--- a/idlc/inc/idlc/aststruct.hxx
+++ b/idlc/inc/idlc/aststruct.hxx
@@ -24,7 +24,6 @@
#include "idlc/idlctypes.hxx"
class AstStruct;
-typedef ::std::vector< AstStruct* > InheritedTypes;
class AstStruct : public AstType
, public AstScope
diff --git a/idlc/inc/idlc/idlctypes.hxx b/idlc/inc/idlc/idlctypes.hxx
index e9e4c0c8d6b5..bbea0ba45cf0 100644
--- a/idlc/inc/idlc/idlctypes.hxx
+++ b/idlc/inc/idlc/idlctypes.hxx
@@ -44,7 +44,6 @@ typedef ::std::set< OString, LessString > StringSet;
class AstDeclaration;
-typedef std::unordered_map< OString, AstDeclaration*, OStringHash > DeclMap;
typedef std::list< AstDeclaration* > DeclList;
class AstScope;