Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tomhukins authored and jkeenan committed Feb 18, 2016
1 parent 3bf3236 commit 52ffb1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dist/Time-HiRes/t/stat.t
Expand Up @@ -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) {
Expand Down

0 comments on commit 52ffb1b

Please sign in to comment.