summaryrefslogtreecommitdiffstats
path: root/src/prokit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/prokit.sh')
-rw-r--r--src/prokit.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/prokit.sh b/src/prokit.sh
index 63e7553..28d3b65 100644
--- a/src/prokit.sh
+++ b/src/prokit.sh
@@ -32,9 +32,6 @@ PKGDATACMDDIR='@pkgdatacmddir@'
PKGDATAPROFILEDIR='@pkgdataprofiledir@'
OPTSTRING='hV'
-# Global variables
-loading_cmd=
-
# use() must be defined inline so it can be used to load other modules.
use()
{
@@ -49,9 +46,6 @@ use()
else
case "${module%/*}" in
'cmd')
- loading_cmd="$(printf '%s' "${module##*/}" | \
- tr '[A-Z]' '[a-z]' | \
- tr -C '[a-z0-9_]' '_')"
default_dir="${PKGDATACMDDIR}"
lib_subdir='cmd'
;;