Module: tools Branch: master Commit: 71e93b895a7d317570df8c793082c246ae8aabd6 URL: https://source.winehq.org/git/tools.git/?a=commit;h=71e93b895a7d317570df8c79...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Jan 24 20:57:07 2022 +0100
testbot/SetWinlocale: Run() is not used so remove it.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/SetWinLocale | 10 ---------- 1 file changed, 10 deletions(-)
diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale index fcc816d..55722e1 100755 --- a/testbot/bin/SetWinLocale +++ b/testbot/bin/SetWinLocale @@ -75,16 +75,6 @@ sub Debug(@) print STDERR @_ if ($Debug or $DryRun); }
-sub Run(@) -{ - Debug("Running '", join("' '", @_), "'\n"); - return 0 if ($DryRun); - - my $Rc = system(@_); - Debug("-> exit code $Rc\n"); - return $Rc; -} - my $Start = Time(); sub FatalError(@) {