summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl')
-rw-r--r--idl/source/prj/database.cxx1
-rw-r--r--idl/source/prj/globals.cxx3
2 files changed, 0 insertions, 4 deletions
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()