summaryrefslogtreecommitdiff
path: root/idlc/inc/asttypedef.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/asttypedef.hxx')
-rw-r--r--idlc/inc/asttypedef.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/asttypedef.hxx b/idlc/inc/asttypedef.hxx
index 64eb14848d71..3b097cc136af 100644
--- a/idlc/inc/asttypedef.hxx
+++ b/idlc/inc/asttypedef.hxx
@@ -28,8 +28,6 @@ public:
AstType const * baseType, OString const & name, AstScope * scope):
AstType(NT_typedef, name, scope), m_pBaseType(baseType) {}
- virtual ~AstTypeDef() override {}
-
AstType const * getBaseType() const
{ return m_pBaseType; }