Module: tools Branch: master Commit: 1e8905c1cc4cce851d876427831a1c5f781bdf19 URL: https://source.winehq.org/git/tools.git/?a=commit;h=1e8905c1cc4cce851d876427...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed May 2 14:49:52 2018 +0200
testbot: Remove an unused function.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/Jobs.pm | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/testbot/lib/WineTestBot/Jobs.pm b/testbot/lib/WineTestBot/Jobs.pm index 2dfadb0..ea226ad 100644 --- a/testbot/lib/WineTestBot/Jobs.pm +++ b/testbot/lib/WineTestBot/Jobs.pm @@ -481,13 +481,6 @@ sub CheckJobs() return undef; }
-sub min(@) -{ - my $m = shift @_; - map { $m = $_ if ($_ < $m) } (@_); - return $m; -} - sub _GetSchedHost($$) { my ($Sched, $VM) = @_;