From d76eedd2dd64f32f98f1038e969dc1d627dae099 Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Thu, 11 Feb 2016 17:17:02 +0100 Subject: [PATCH] Code cleanup Given TODO is outdated. StepParseManifest re-reads all necessary information. Change-Id: I1486de660ef9019e57ba39f76987e0d5843b60f8 --- src/hybrid/hybrid_installer.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hybrid/hybrid_installer.cc b/src/hybrid/hybrid_installer.cc index 12368b7..23a1855 100644 --- a/src/hybrid/hybrid_installer.cc +++ b/src/hybrid/hybrid_installer.cc @@ -133,9 +133,6 @@ HybridInstaller::HybridInstaller(common_installer::PkgMgrPtr pkgmgr) break; case ci::RequestType::Uninstall: AddStep(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::ManifestLocation::INSTALLED, ci::parse::StepParseManifest::StoreLocation::NORMAL); -- 2.7.4