From ace0b021d54c32376c7d3219295b0b5a245657f3 Mon Sep 17 00:00:00 2001 From: Tobias Krause Date: Wed, 13 Jan 2010 10:27:55 +0100 Subject: tkr33: #107136# unused return value removed --- ucb/source/core/ucb.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucb') diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx index 84ea5e04c635..fe20f6e5b23a 100644 --- a/ucb/source/core/ucb.cxx +++ b/ucb/source/core/ucb.cxx @@ -766,9 +766,9 @@ void UniversalContentBroker::prepareAndRegister( m_aArguments, &aProviderArguments)) { - bool bSuccess = registerAtUcb(this, - m_xSMgr, - aIt->ServiceName, + registerAtUcb(this, + m_xSMgr, + aIt->ServiceName, aProviderArguments, aIt->URLTemplate, 0); -- cgit