aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-13 00:13:24 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-06-13 00:13:24 +0200
commitc042c519e14cfd15f2fc49fa479d0f5b7bb18183 (patch)
treee8fca93f2c4d73dcfdff6f7f4510dff114e0d682
parent60bf0a80c52c4c6d48a69696bcd0dfc9f1c1ecb6 (diff)
downloadsbotools2-c042c519e14cfd15f2fc49fa479d0f5b7bb18183.tar.xz
sboupgrade: get rid of no-longer-used variables
-rwxr-xr-xsboupgrade2
1 files changed, 0 insertions, 2 deletions
diff --git a/sboupgrade b/sboupgrade
index c28819c..b78465e 100755
--- a/sboupgrade
+++ b/sboupgrade
@@ -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,