From 8207ed40715425969f52a895f3db10b3c0625311 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 2 Sep 2017 18:56:09 +0200 Subject: MAC, remove build breaker in session.cxx commented out unused variable, to allow mac to build. Change-Id: Ibc9f7418f402f4646cd68dd434597b3c1bee53df --- vcl/source/app/session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx index 57a4303e2aea..8eba3ec73c1f 100644 --- a/vcl/source/app/session.cxx +++ b/vcl/source/app/session.cxx @@ -266,7 +266,7 @@ void SAL_CALL VCLSession::removeSessionManagerListener( const css::uno::Referenc osl::MutexGuard aGuard( m_aMutex ); - std::vector< Listener >::iterator it = m_aListeners.begin(); +//Mac build breaker std::vector< Listener >::iterator it = m_aListeners.begin(); SAL_INFO("vcl.se.debug", " m_aListeners.size() = " << m_aListeners.size() ); -- cgit