Refactoring - step configure 50/111150/3
authorDamian Pietruchowski <d.pietruchow@samsung.com>
Thu, 19 Jan 2017 15:12:43 +0000 (16:12 +0100)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Mon, 6 Feb 2017 12:11:47 +0000 (04:11 -0800)
Change-Id: If18fce493339c8e68ff36b45255e88c53d5af111
Signed-off-by: Damian Pietruchowski <d.pietruchow@samsung.com>
src/common/step/configuration/step_configure.cc

index 65b0904..be9c745 100644 (file)
@@ -44,13 +44,6 @@ Step::Status StepConfigure::process() {
 
   switch (pkgmgr_->GetRequestType()) {
     case RequestType::Install:
-      context_->file_path.set(pkgmgr_->GetRequestInfo());
-      context_->pkgid.set(kStrEmpty);
-      if (!pkgmgr_->GetTepPath().empty()) {
-        context_->tep_path.set(pkgmgr_->GetTepPath());
-        context_->is_tep_move.set(pkgmgr_->GetIsTepMove());
-      }
-      break;
     case RequestType::Update:
       context_->file_path.set(pkgmgr_->GetRequestInfo());
       context_->pkgid.set(kStrEmpty);