remove unnecessary code 79/79979/4
authorjongmyeongko <jongmyeong.ko@samsung.com>
Thu, 14 Jul 2016 00:41:38 +0000 (09:41 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Fri, 22 Jul 2016 11:45:42 +0000 (04:45 -0700)
Change-Id: I5c29835d2c05680769223c33daa5b5a0f45ead6d
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/common/step/filesystem/step_acquire_external_storage.cc

index 71483d2..1d2e2aa 100644 (file)
@@ -44,8 +44,7 @@ Step::Status StepAcquireExternalStorage::process() {
 
   if (storage == Storage::EXTERNAL ||
       (!strcmp(manifest->installlocation, kPreferExternal) &&
-      storage == Storage::NONE) ||
-      context_->request_type.get() == RequestType::Move) {
+      storage == Storage::NONE)) {
     context_->external_storage =
         ExternalStorage::AcquireExternalStorage(context_->request_type.get(),
             context_->root_application_path.get(),