diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-08 19:32:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-09 08:18:01 +0200 |
commit | 38a98c2999bb0710e383ab6b326f3aa5165ee035 (patch) | |
tree | 03a728287a707c734b12f0c35251dc2fe32d4f0c /idlc/inc | |
parent | 278e66488135c8fa2714520d056573c64ea803cf (diff) |
loplugin:simplifyconstruct in helpcompiler..io
Change-Id: Ibdc1933b5d8d6be1fe42a7df93bd7e1c903bb39b
Reviewed-on: https://gerrit.libreoffice.org/60202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/astsequence.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 |