diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-11-08 19:50:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-11-08 19:50:06 +0100 |
commit | a57304a53832adf0c8a32b0c53d9be5b55507ab1 (patch) | |
tree | da2070f7e2a020b49aa5ba9ba39ff08e6d0e97e3 /extensions | |
parent | f0dff0d9d152d3b96403a6f5df25e307392cbe06 (diff) |
Fix WaE variable ‘eUIState’ set but not used
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/qa/update/test_update.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/qa/update/test_update.cxx b/extensions/qa/update/test_update.cxx index cf44093aae38..d699da999bd5 100644 --- a/extensions/qa/update/test_update.cxx +++ b/extensions/qa/update/test_update.cxx @@ -64,7 +64,6 @@ protected: // test the checkForUpdates() method void testCheckForUpdates() { - UpdateState eUIState = UPDATESTATE_NO_UPDATE_AVAIL; UpdateInfo aInfo; rtl::Reference< UpdateCheck > aController( UpdateCheck::get() ); @@ -73,7 +72,6 @@ protected: if ( checkForUpdates( aInfo, m_xContext, aController->getInteractionHandler(), m_xProvider ) ) { aController->setUpdateInfo( aInfo ); - eUIState = aController->getUIState( aInfo ); } else CPPUNIT_FAIL("Calling checkForUpdates() failed."); |