From 038dfeba597352347e3bc1cc2906d52c4bfeadd4 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Tue, 10 Jan 2012 10:53:28 -0300 Subject: [PATCH] Useless local pointed out by Daniel. --- lib/pt_diskstats.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pt_diskstats.pm b/lib/pt_diskstats.pm index 0feb38c3..586d7d01 100644 --- a/lib/pt_diskstats.pm +++ b/lib/pt_diskstats.pm @@ -25,7 +25,7 @@ local $SIG{__DIE__} = sub { } if MKDEBUG; sub main { - local @ARGV = @_; # set global ARGV for this package + @ARGV = @_; # set global ARGV for this package # ######################################################################## # Get configuration information.