Removing TODO that was done 02/88302/4 accepted/tizen/common/20160920.131800 accepted/tizen/ivi/20160920.231554 accepted/tizen/mobile/20160920.231432 accepted/tizen/tv/20160920.231517 accepted/tizen/wearable/20160920.231534 submit/tizen/20160920.011443
authorTomasz Iwanek <t.iwanek@samsung.com>
Fri, 16 Sep 2016 08:26:26 +0000 (10:26 +0200)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Tue, 20 Sep 2016 00:23:59 +0000 (17:23 -0700)
Fixed in:
 - 08b5fdedd010e5dfa432fa1304670390f4e45a29

Change-Id: I160fc75c08c22b1447c1ea46338de4abfcdfbaa5

src/common/step/mount/step_mount_unpacked.cc

index 9b588ca..c5892b9 100644 (file)
@@ -22,10 +22,6 @@ namespace mount {
 Step::Status StepMountUnpacked::process() {
   bf::path tmp_dir = GenerateTmpDir(context_->root_application_path.get());
 
-  // TODO(t.iwanek): generally, support recovery for mount install/update
-  // Here: fix write unpacked directory to recovery file...
-  // consider how this will affect recovery mode
-
   if (!CreateDir(tmp_dir)) {
     LOG(ERROR) << "Failed to create temp directory: " << tmp_dir;
     return Step::Status::APP_DIR_ERROR;