This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf3236
)
Remove an unused variable
author
Tom Hukins
<tom@eborcom.com>
Wed, 17 Feb 2016 15:04:10 +0000
(15:04 +0000)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 18 Feb 2016 12:41:00 +0000
(07:41 -0500)
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.
dist/Time-HiRes/t/stat.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/Time-HiRes/t/stat.t
b/dist/Time-HiRes/t/stat.t
index
eca9da1
..
68a6fb6
100644
(file)
--- 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) {