summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-22 16:56:08 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-22 17:03:12 +0100
commitd6a8934eeb192b8a2d672bfc6b90ee2b333841ae (patch)
tree5705082b133a4b7cbca9f2b732305aa828f280ee /desktop
parent33a8ac0750d4ee7800b9faccdee3fffb850a04b1 (diff)
Remove no longer necessary "(void) x; // avoid warnings".
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/registry/dp_backend.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/dp_backend.cxx b/desktop/source/deployment/registry/dp_backend.cxx
index e847c3cf1bea..13f3a2abcd79 100644
--- a/desktop/source/deployment/registry/dp_backend.cxx
+++ b/desktop/source/deployment/registry/dp_backend.cxx
@@ -681,7 +681,6 @@ void Package::processPackage_impl(
}
}
catch (RuntimeException &e) {
- (void) e; // avoid warnings
SAL_WARN_S(
"basic", "unexpected RuntimeException \"" << e.Message << '"');
throw;