Francois Gouget : testbot: Remove an unused function.

Alexandre Julliard julliard at winehq.org
Wed May 2 13:49:46 CDT 2018


Module: tools
Branch: master
Commit: 1e8905c1cc4cce851d876427831a1c5f781bdf19
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=1e8905c1cc4cce851d876427831a1c5f781bdf19

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed May  2 14:49:52 2018 +0200

testbot: Remove an unused function.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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) = @_;




More information about the wine-cvs mailing list