jenkins.sh: drop compat with old matrix params

Change-Id: I7b50a24cf5879cb473a5cf929768bdd30e863a26
This commit is contained in:
Neels Hofmeyr 2016-08-16 12:49:29 +02:00
parent 7fd177b91c
commit 9876f4bb21
1 changed files with 0 additions and 9 deletions

View File

@ -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"