From 7b5fac67fd2441778cb9a6d2f529adc270998144 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Jun 2017 14:50:10 +0200 Subject: loplugin:unusedfields in accessibility..comphelper Change-Id: Ifb68d65fc3e48dd80e3ff2b7a4124468fdda1695 Reviewed-on: https://gerrit.libreoffice.org/39137 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- basic/source/classes/sb.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basic/source/classes') diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 4a37061eafd4..e72136234e21 100644 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -915,7 +915,6 @@ StarBASIC::StarBASIC( StarBASIC* p, bool bIsDocBasic ) : SbxObject("StarBASIC"), bDocBasic( bIsDocBasic ) { SetParent( p ); - pLibInfo = nullptr; bNoRtl = bBreak = false; bVBAEnabled = false; -- cgit