diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 10:02:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-20 10:02:38 +0100 |
commit | 4882b97393288d903d9dc8a33a9a9b2fc26aa85a (patch) | |
tree | 7d119e2438ccf063487bb109a0e0a2b0ec6766a1 /desktop/source | |
parent | e3982fc537aa46595def41250526c331a02cd4e6 (diff) |
Spurious leftover from debugging experiments
Change-Id: I538468b606cc29fd56362dbeb99c2698efac0f58
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/deployment/registry/package/dp_package.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/package/dp_package.cxx b/desktop/source/deployment/registry/package/dp_package.cxx index e2cdfad0b970..17629861213a 100644 --- a/desktop/source/deployment/registry/package/dp_package.cxx +++ b/desktop/source/deployment/registry/package/dp_package.cxx @@ -866,7 +866,7 @@ void BackendImpl::PackageImpl::processPackage_( try { xPackage->registerPackage( startup, xSubAbortChannel, xCmdEnv ); } - catch (const Exception & e) + catch (const Exception &) { //We even try a rollback if the user cancelled the action (CommandAbortedException) //in order to prevent invalid database entries. |