From eddbf1d0562e19a5260db29c6f572bfab49ba610 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Mon, 4 May 2015 00:17:11 -0400 Subject: [PATCH] Code Comment cleanups. --- commands/core/drupal/pm.inc | 1 - commands/make/make.download.inc | 2 -- 2 files changed, 3 deletions(-) diff --git a/commands/core/drupal/pm.inc b/commands/core/drupal/pm.inc index d7a2c2021f..020f1c2f45 100644 --- a/commands/core/drupal/pm.inc +++ b/commands/core/drupal/pm.inc @@ -101,7 +101,6 @@ function _drush_pm_disable($args) { /** * Command callback. Uninstall one or more modules. - * // TODO: Use drupal_execute on system_modules_uninstall_confirm_form so that input is validated. */ function _drush_pm_uninstall($modules) { drush_include_engine('drupal', 'environment'); diff --git a/commands/make/make.download.inc b/commands/make/make.download.inc index e3135c151e..8affb263d6 100644 --- a/commands/make/make.download.inc +++ b/commands/make/make.download.inc @@ -156,8 +156,6 @@ function make_download_file_unpack($filename, $download_location, $name, $subtre /** * Move a downloaded and unpacked file or directory into place. - * - * TODO merge with core drush methods. */ function _make_download_file_move($tmp_path, $filename, $download_location, $subtree = NULL) { $lines = drush_scan_directory($tmp_path, '/./', array('.', '..'), 0, FALSE, 'filename', 0, TRUE);