Remove extra comment.

This commit is contained in:
William Melody 2020-06-07 14:17:02 -07:00
parent 6e1d408ad5
commit 1da838faeb
1 changed files with 0 additions and 4 deletions

4
hosts
View File

@ -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))