[PATCH] testbot: Remove a debug function from PatchUtils.pm.

Francois Gouget fgouget at codeweavers.com
Fri Jun 1 02:14:24 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 611d883e4..b05fe0aa4 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
 
-- 
2.17.0




More information about the wine-devel mailing list