aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-02-19 18:17:59 +0000
committerRuss Allbery <rra@stanford.edu>2008-02-19 18:17:59 +0000
commit99f96336d06e5124c7227af672686c1e67bdd3e0 (patch)
tree27faa23ea97a2e8d4bd86e896bdf2ab66401f6fa /contrib
parenta42fc6e50f3e4ab79d30b10c62a2c7e0b876950e (diff)
Remove declaration of unused variable.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/wallet-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wallet-report b/contrib/wallet-report
index 5ad9cd0..6f09914 100755
--- a/contrib/wallet-report
+++ b/contrib/wallet-report
@@ -128,7 +128,7 @@ EOM
##############################################################################
# Read in command-line options.
-my ($help, $mail, $version);
+my ($help, $mail);
Getopt::Long::config ('no_ignore_case', 'bundling');
GetOptions ('help|h' => \$help,
'mail|m' => \$mail) or exit 1;