diff options
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!.*/!!; |