diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-08 08:30:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-08 08:30:04 +0000 |
commit | 4c49f04ba3b17252677c6e5f905465957c97ef6e (patch) | |
tree | d1f7ca461995407148bf2447e2e2dacf55f1c8fd /urpm/args.pm | |
parent | d820746ef416b071f59d24e68120c4524a73c8fc (diff) | |
download | urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar.gz urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar.bz2 urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.tar.xz urpmi-4c49f04ba3b17252677c6e5f905465957c97ef6e.zip |
kill unused variables
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index eade3974..a9311223 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -14,8 +14,6 @@ use Exporter; our @ISA = 'Exporter'; our @EXPORT = '%options'; -(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; - # The program that invokes us (my $tool = $0) =~ s!.*/!!; |