<http://perl5.git.perl.org/perl.git/commitdiff/52ffb1b5f4ae92a18ec49ded8308d386abc08f03?hp=3bf323675f080fba8853d7449495011896be5673>
- Log -----------------------------------------------------------------
commit 52ffb1b5f4ae92a18ec49ded8308d386abc08f03
Author: Tom Hukins <tom@eborcom.com>
Date: Wed Feb 17 15:04:10 2016 +0000
Remove an unused variable
Other Time::HiRes test scripts define and use $limit to cope with timing
on heavily loaded systems.
This test script defined the variable but never used it.
-----------------------------------------------------------------------
Summary of changes:
dist/Time-HiRes/t/stat.t | 2 --
1 file changed, 2 deletions(-)
diff --git a/dist/Time-HiRes/t/stat.t b/dist/Time-HiRes/t/stat.t
index eca9da1..68a6fb6 100644
--- a/dist/Time-HiRes/t/stat.t
+++ b/dist/Time-HiRes/t/stat.t
@@ -16,8 +16,6 @@ BEGIN {
use Test::More 0.82 tests => 43;
use t::Watchdog;
-my $limit = 0.25; # 25% is acceptable slosh for testing timers
-
my @atime;
my @mtime;
for (1..5) {
--
Perl5 Master Repository