summaryrefslogtreecommitdiff
path: root/lib/load-configuration
diff options
context:
space:
mode:
Diffstat (limited to 'lib/load-configuration')
-rwxr-xr-xlib/load-configuration6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/load-configuration b/lib/load-configuration
index b5936d9..d39f89e 100755
--- a/lib/load-configuration
+++ b/lib/load-configuration
@@ -104,12 +104,6 @@ mysql_command='mysql buildmaster'
# possibly pull in custom modifications
-# TODO: remove this legacy part here
-if [ -r "${base_dir}/conf/local.conf" ]; then
- # shellcheck source=/dev/null
- . "${base_dir}/conf/local.conf"
-fi
-
if [ -r "${base_dir}/conf/common.conf" ]; then
# shellcheck source=/dev/null
. "${base_dir}/conf/common.conf"