diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-13 00:13:24 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-13 00:13:24 +0200 |
commit | c042c519e14cfd15f2fc49fa479d0f5b7bb18183 (patch) | |
tree | e8fca93f2c4d73dcfdff6f7f4510dff114e0d682 | |
parent | 60bf0a80c52c4c6d48a69696bcd0dfc9f1c1ecb6 (diff) | |
download | sbotools2-c042c519e14cfd15f2fc49fa479d0f5b7bb18183.tar.xz |
sboupgrade: get rid of no-longer-used variables
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -54,8 +54,6 @@ my $noclean = $config{NOCLEAN}; my $distclean = $config{DISTCLEAN}; my $jobs = $config{JOBS}; my ($help, $vers, $force, $no_install, $non_int, $force_reqs, $all); -# backwards compatibility options -my ($install_new, $no_reqs, $compat32); GetOptions( 'help|h' => \$help, |