Optimize application uninstallation 89/187489/3
authorKonrad Lipinski <k.lipinski2@partner.samsung.com>
Thu, 23 Aug 2018 14:03:58 +0000 (16:03 +0200)
committerKonrad Lipinski <k.lipinski2@partner.samsung.com>
Wed, 29 Aug 2018 08:47:39 +0000 (10:47 +0200)
commit6a844057719a4f85e78b95b7cfe9ae69671ca862
tree528b55ff28c8d31f11f76eebb74c8854186c5610
parent3e88efa62aef71181d33d42ae3c15c0d45c0bc6c
Optimize application uninstallation

Many operations were needlessly performed. Mitigated some of those
deficiencies by constraining lifetimes of some automatic variables and
hoisting redundant operations out of the loop.

Change-Id: I19e37f1cb73ec57ecf525b7bc125d0e2e90cc573
src/common/service_impl.cpp