[tools 1/3] testbot/SetWinlocale: Run() is not used so remove it.

Francois Gouget fgouget at codeweavers.com
Mon Jan 24 13:57:07 CST 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/SetWinLocale | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale
index fcc816d9a1..55722e13ee 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(@)
 {
-- 
2.30.2




More information about the wine-devel mailing list