aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-22 23:28:39 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-03-22 23:28:39 +0100
commit81529e8a3f065a6adfa06c7ed4c3258a815fded7 (patch)
treeaa70a5739933026a735c1555b5941a7c8985f1b9 /lib
parent7119a00eff24072b1da30da08d5305cf7fd73cb0 (diff)
Remove useless exports of functions
Diffstat (limited to 'lib')
-rw-r--r--lib/logging.bash9
-rw-r--r--lib/util.bash7
2 files changed, 0 insertions, 16 deletions
diff --git a/lib/logging.bash b/lib/logging.bash
index ad0bedd..a1ef767 100644
--- a/lib/logging.bash
+++ b/lib/logging.bash
@@ -49,12 +49,3 @@ alert() {
emerg() {
log -c "\e[1;4;31m" -- "$*"
}
-
-export -f log
-export -f debug
-export -f info
-export -f notice
-export -f warn
-export -f crit
-export -f alert
-export -f emerg
diff --git a/lib/util.bash b/lib/util.bash
index 681c589..06e20f1 100644
--- a/lib/util.bash
+++ b/lib/util.bash
@@ -144,10 +144,3 @@ tmpfile() {
printf "%s" "$file"
}
-
-export -f chgdir
-export -f config_etc_kv
-export -f die
-export -f fetch
-export -f tmpdir
-export -f tmpfile