summaryrefslogtreecommitdiffstats
path: root/idlc/inc/astparameter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astparameter.hxx')
-rw-r--r--idlc/inc/astparameter.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/idlc/inc/astparameter.hxx b/idlc/inc/astparameter.hxx
index ba7933c0ea09..f50f021c6429 100644
--- a/idlc/inc/astparameter.hxx
+++ b/idlc/inc/astparameter.hxx
@@ -32,8 +32,6 @@ public:
AstMember(NT_parameter, type, name, scope), m_direction(direction),
m_rest(rest) {}
- virtual ~AstParameter() override {}
-
Direction getDirection() const { return m_direction; }
bool isRest() const { return m_rest; }