Code cleanup 41/59241/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 11 Feb 2016 16:17:02 +0000 (17:17 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Thu, 11 Feb 2016 16:18:49 +0000 (17:18 +0100)
Given TODO is outdated. StepParseManifest re-reads
all necessary information.

Change-Id: I1486de660ef9019e57ba39f76987e0d5843b60f8

src/hybrid/hybrid_installer.cc

index 12368b7..23a1855 100644 (file)
@@ -133,9 +133,6 @@ HybridInstaller::HybridInstaller(common_installer::PkgMgrPtr pkgmgr)
       break;
     case ci::RequestType::Uninstall:
       AddStep<ci::configuration::StepConfigure>(pkgmgr_);
-      // TODO(t.iwanek): this parses both configuration files
-      // tpk and wgt, removing pkgmgr-parser should change this code
-      // that it will still support parsing both files
       AddStep<ci::parse::StepParseManifest>(
           ci::parse::StepParseManifest::ManifestLocation::INSTALLED,
           ci::parse::StepParseManifest::StoreLocation::NORMAL);