Francois Gouget : testbot/SetWinlocale: Run() is not used so remove it.

Alexandre Julliard julliard at winehq.org
Mon Jan 24 16:13:11 CST 2022


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

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




More information about the wine-cvs mailing list