From 1da838faeb25a30690b5c9e7ca223444d59b188b Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 14:17:02 -0700 Subject: [PATCH] Remove extra comment. --- hosts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts b/hosts index 5e514e2..f326476 100755 --- a/hosts +++ b/hosts @@ -204,10 +204,6 @@ _load_commands() { _debug printf "_load_commands(): entering...\\n" _debug printf "_load_commands() declare -F:\\n%s\\n" "$(declare -F)" - # declare is a bash built-in shell function that, when called with the '-F' - # option, displays all of the functions with the format - # `declare -f function_name`. These are then assigned as elements in the - # $function_list array. local _function_list _function_list=($(declare -F))