Francois Gouget : testbot: Remove a debug function from PatchUtils.pm.
Module: tools Branch: master Commit: 2c8839a5e0f39e29567e50b585a1c9b9be79aebc URL: https://source.winehq.org/git/tools.git/?a=commit;h=2c8839a5e0f39e29567e50b5... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard