aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/jenkins.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 78269117..7b456c26 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -7,15 +7,6 @@ if [ -z "$MAKE" ]; then
exit 1
fi
-# Compat: to be able to smoothly reconfigure the jenkins job, handle both
-# old and new matrix variables
-if [ -z "$with_dsp" -a "$sysmodsp" = yes ]; then
- with_dsp="sysmo"
-else
- with_vty="yes"
-fi
-# end of compat part
-
base="$PWD"
deps="$base/deps"
inst="$deps/install"