summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-07-14 14:49:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-07-14 14:49:08 (EDT)
commit85da4187b219b80d82e1e40f9b79ef0a9216a29f (patch)
treedbc7bd568ec704c54a564d38226c8ea0170c50ae
parentff6219cf918ff9205ad418f9e5b29c318438556d (diff)
cmd_summary(), cmd_usage(): Remove.
-rw-r--r--lib/cmd.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/cmd.sh b/lib/cmd.sh
index b7a881b..1df69bd 100644
--- a/lib/cmd.sh
+++ b/lib/cmd.sh
@@ -37,24 +37,6 @@ load_cmds()
done
}
-cmd_summary()
-{
- if [ "x${loading_cmd}" = 'x' ]; then
- return 125
- fi
-
- eval "cmd_${loading_cmd}_summary='${1}'"
-}
-
-cmd_usage()
-{
- if [ "x${loading_cmd}" = 'x' ]; then
- return 125
- fi
-
- eval "cmd_${loading_cmd}_usage='${1}'"
-}
-
print_cmd_summaries()
{
local padding cmd summary