Francois Gouget : testbot: Remove a debug function from PatchUtils.pm.

Alexandre Julliard julliard at winehq.org
Fri Jun 1 13:03:00 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jun  1 09:14:24 2018 +0200

testbot: Remove a debug function from PatchUtils.pm.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/PatchUtils.pm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/testbot/lib/WineTestBot/PatchUtils.pm b/testbot/lib/WineTestBot/PatchUtils.pm
index 611d883..b05fe0a 100644
--- a/testbot/lib/WineTestBot/PatchUtils.pm
+++ b/testbot/lib/WineTestBot/PatchUtils.pm
@@ -109,12 +109,6 @@ sub _AddTest($$$)
   $Tests->{$Module}->{Files}->{$File} = $Change;
 }
 
-sub dumpstr($)
-{
-  my ($Str) = @_;
-  return defined $Str ? "[$Str]" : "<undef>";
-}
-
 =pod
 =over 12
 




More information about the wine-cvs mailing list