diff options
author | Luca Favatella <[email protected]> | 2015-09-21 17:32:37 +0100 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2016-06-03 00:26:34 +0100 |
commit | 2931385f76a4914c5797170e1e44b2878751ac84 (patch) | |
tree | d804d231bc7f9daec5d10f2df1f0af42dede8a59 | |
parent | 5dab28556e2b0a93d172d4a7df911b65fb2d1829 (diff) | |
download | otp-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.
-rwxr-xr-x | otp_build | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |