Skip to content

Commit

Permalink
Code Comment cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed May 4, 2015
1 parent f6b2ef7 commit eddbf1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion commands/core/drupal/pm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 0 additions & 2 deletions commands/make/make.download.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eddbf1d

Please sign in to comment.