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 --- idl/source/prj/database.cxx | 1 - idl/source/prj/globals.cxx | 3 --- 2 files changed, 4 deletions(-) (limited to 'idl/source') diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index a7c3087a606b..e6521bdbf37b 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -46,7 +46,6 @@ SvIdlDataBase::SvIdlDataBase( const SvCommand& rCmd ) : bExport( false ) , nUniqueId( 0 ) , nVerbosity( rCmd.nVerbosity ) - , pIdTable( nullptr ) { sSlotMapFile = rCmd.aSlotMapFile; } diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index f57445b56828..a2375a845edf 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -34,9 +34,6 @@ IdlDll & GetIdlApp() } IdlDll::IdlDll() - : pHashTable( nullptr ) - , pGlobalNames( nullptr ) - {} IdlDll::~IdlDll() -- cgit