summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 15:16:40 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 15:16:40 (EDT)
commit57cfe27c91b01939a1302f9e4f8bb82c8c327884 (patch)
treedf399f925b518a38ae50da171887d5ab929103e4 /src
parent069cc3e3b2603f51b1abbe0238c35bf8e58a4afb (diff)
load_cmds(): Remove
Diffstat (limited to 'src')
-rw-r--r--src/cmd.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cmd.sh b/src/cmd.sh
index 779a8f2..447221c 100644
--- a/src/cmd.sh
+++ b/src/cmd.sh
@@ -19,18 +19,6 @@
cmds=
-load_cmds()
-{
- local cmd=
-
- for cmd in ${PKGLIBCMD}; do
- cmd="${cmd##*/}"
- cmd="${cmd%.sho}"
- cmds="${cmds}${cmd}${LF}"
- use "cmd/${cmd}"
- done
-}
-
print_opt_summaries()
{
local padding=