summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-15 00:57:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-15 00:57:19 +0200
commitc128736aad595cdb4de9ced2b6471f1c05806546 (patch)
tree47ac935a5b4ed37ed9c7cc73d1d73dc389fe14f7 /extensions
parent8e8e338fb30f236dcc5ade0f966245d4ba97a608 (diff)
loplugin:unusedvariablecheck
Change-Id: I2202b5fcca4bf4c0a552d25c5c363209fcb6bd84
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/download.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/update/check/download.cxx b/extensions/source/update/check/download.cxx
index 3ceb70a4076c..4660da3c97f6 100644
--- a/extensions/source/update/check/download.cxx
+++ b/extensions/source/update/check/download.cxx
@@ -104,8 +104,6 @@ static void openFile( OutData& out )
static inline OString
getStringValue(const uno::Reference< container::XNameAccess >& xNameAccess, const OUString& aName)
{
- OString aRet;
-
OSL_ASSERT(xNameAccess->hasByName(aName));
uno::Any aValue = xNameAccess->getByName(aName);