aboutsummaryrefslogtreecommitdiffstats
path: root/otp_build
diff options
context:
space:
mode:
authorLuca Favatella <[email protected]>2015-09-21 17:32:37 +0100
committerLuca Favatella <[email protected]>2016-06-03 00:26:34 +0100
commit2931385f76a4914c5797170e1e44b2878751ac84 (patch)
treed804d231bc7f9daec5d10f2df1f0af42dede8a59 /otp_build
parent5dab28556e2b0a93d172d4a7df911b65fb2d1829 (diff)
downloadotp-2931385f76a4914c5797170e1e44b2878751ac84.tar.gz
otp-2931385f76a4914c5797170e1e44b2878751ac84.tar.bz2
otp-2931385f76a4914c5797170e1e44b2878751ac84.zip
Delete dead code in `otp_build` script
In options `plain` and `smp`, code checking for option being `opt` had been dead since R12B-5.
Diffstat (limited to 'otp_build')
-rwxr-xr-xotp_build3
1 files changed, 0 insertions, 3 deletions
diff --git a/otp_build b/otp_build
index 1b79b0b0fe..28a229b101 100755
--- a/otp_build
+++ b/otp_build
@@ -1393,9 +1393,6 @@ case "$1" in
TYPE=opt
fi;
FLAVOR=$1
- if [ $FLAVOR = opt ]; then
- FLAVOR=plain
- fi
do_boot;;
update_primary)
case $version_controller in