[Libreoffice-commits] core.git: vcl/source
Tor Lillqvist
tml at collabora.com
Sat Sep 2 17:22:37 UTC 2017
vcl/source/app/session.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 5fdec960fa2f85d53c05cf509c91168043368ad5
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Sep 2 20:17:44 2017 +0300
Just remove an unused variable, no need to keep it commented-out
Change-Id: I9719013074413c98f6557c2ef9605838d32855d2
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index 8eba3ec73c1f..5e56ce9115b1 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -266,8 +266,6 @@ void SAL_CALL VCLSession::removeSessionManagerListener( const css::uno::Referenc
osl::MutexGuard aGuard( m_aMutex );
-//Mac build breaker std::vector< Listener >::iterator it = m_aListeners.begin();
-
SAL_INFO("vcl.se.debug", " m_aListeners.size() = " << m_aListeners.size() );
m_aListeners.erase(std::remove_if(m_aListeners.begin(), m_aListeners.end(), [&](Listener& listener) {return xListener == listener.m_xListener;}), m_aListeners.end());
More information about the Libreoffice-commits
mailing list