diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-19 18:17:59 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-19 18:17:59 +0000 |
commit | 99f96336d06e5124c7227af672686c1e67bdd3e0 (patch) | |
tree | 27faa23ea97a2e8d4bd86e896bdf2ab66401f6fa | |
parent | a42fc6e50f3e4ab79d30b10c62a2c7e0b876950e (diff) |
Remove declaration of unused variable.
-rwxr-xr-x | contrib/wallet-report | 2 |
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; |