summaryrefslogtreecommitdiff
path: root/idlc/inc/astbasetype.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astbasetype.hxx')
-rw-r--r--idlc/inc/astbasetype.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/astbasetype.hxx b/idlc/inc/astbasetype.hxx
index 35d0cc1276d0..65c0f4044d26 100644
--- a/idlc/inc/astbasetype.hxx
+++ b/idlc/inc/astbasetype.hxx
@@ -31,8 +31,6 @@ public:
, m_exprType(type)
{}
- virtual ~AstBaseType() override {}
-
virtual bool isUnsigned() const override {
switch (m_exprType) {
case ET_ushort: