From 38a98c2999bb0710e383ab6b326f3aa5165ee035 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 8 Sep 2018 19:32:55 +0200 Subject: loplugin:simplifyconstruct in helpcompiler..io Change-Id: Ibdc1933b5d8d6be1fe42a7df93bd7e1c903bb39b Reviewed-on: https://gerrit.libreoffice.org/60202 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idlc/inc/astsequence.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'idlc/inc') diff --git a/idlc/inc/astsequence.hxx b/idlc/inc/astsequence.hxx index 1a7a2073f763..5daedf1476d6 100644 --- a/idlc/inc/astsequence.hxx +++ b/idlc/inc/astsequence.hxx @@ -27,7 +27,6 @@ public: AstSequence(AstType const * pMemberType, AstScope* pScope) : AstType(NT_sequence, OString("[]")+pMemberType->getScopedName(), pScope) , m_pMemberType(pMemberType) - , m_pRelativName(nullptr) {} AstType const * getMemberType() const -- cgit