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 --- io/source/acceptor/acceptor.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'io') diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx index c9449f6eb146..2f518a248053 100644 --- a/io/source/acceptor/acceptor.cxx +++ b/io/source/acceptor/acceptor.cxx @@ -79,9 +79,7 @@ namespace io_acceptor OAcceptor::OAcceptor( const Reference< XComponentContext > & xCtx ) - : m_pPipe( nullptr ) - , m_pSocket( nullptr ) - , m_bInAccept( false ) + : m_bInAccept( false ) , _xSMgr( xCtx->getServiceManager() ) , _xCtx( xCtx ) {} -- cgit