[PATCH] testbot: Remove an unused function.
2 May
2018
2 May
'18
12:49 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- 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 2dfadb00b..ea226ad37 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) = @_; -- 2.17.0
2784
Age (days ago)
2784
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget