removal of not needed method call. 07/38207/5
authorPawel Sikorski <p.sikorski@samsung.com>
Tue, 14 Apr 2015 10:00:25 +0000 (12:00 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Fri, 17 Apr 2015 07:26:25 +0000 (00:26 -0700)
commitb2ea7fb13b6926ccfc4cf59aa49cecee6aef1717
treeba25b6e6885815abe85187946ee2c85666c0b3b1
parent02c99ecdcb38b7e0d3360c7d07f60fd9c30c3459
removal of not needed method call.

PkgmgrSingal::SendProgress method will just return false, if
state != Statue::Started.
This condition is always true in the beginning of Run() method.
Hence, this method will not perform anything.

Change-Id: I2ff46b156c931e9259fb434179a2a687a7ba93fa
src/common/app_installer.cc