diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-22 16:56:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-22 17:03:12 +0100 |
commit | d6a8934eeb192b8a2d672bfc6b90ee2b333841ae (patch) | |
tree | 5705082b133a4b7cbca9f2b732305aa828f280ee /desktop/source | |
parent | 33a8ac0750d4ee7800b9faccdee3fffb850a04b1 (diff) |
Remove no longer necessary "(void) x; // avoid warnings".
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/registry/dp_backend.cxx | 1 |
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; |