From 99f96336d06e5124c7227af672686c1e67bdd3e0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 19 Feb 2008 18:17:59 +0000 Subject: Remove declaration of unused variable. --- contrib/wallet-report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/wallet-report') 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; -- cgit v1.2.3