From 500448212a479df99cfc1f943db54245ca06d5ea Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 26 Dec 2013 19:00:20 +0200 Subject: WaE: unused variable 'url' Change-Id: I6ae6a95bdf9b0f82384dfdcbdefc6a546f81ef0f --- desktop/source/deployment/registry/configuration/dp_configuration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/deployment/registry/configuration/dp_configuration.cxx b/desktop/source/deployment/registry/configuration/dp_configuration.cxx index 17b0f161a595..41c23ff9e9ae 100644 --- a/desktop/source/deployment/registry/configuration/dp_configuration.cxx +++ b/desktop/source/deployment/registry/configuration/dp_configuration.cxx @@ -548,13 +548,13 @@ BackendImpl::PackageImpl::isRegistered_( Reference const & ) { BackendImpl * that = getMyBackend(); - const OUString url(getURL()); bool bReg = false; if (that->hasActiveEntry(getURL())) bReg = true; #if HAVE_FEATURE_EXTENSIONS + const OUString url(getURL()); if (!bReg && that->m_registeredPackages.get()) { // fallback for user extension registered in berkeley DB -- cgit