diff --git a/compat/mingw.c b/compat/mingw.c index 833aa5cec3..a58ea5760f 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -2623,9 +2623,6 @@ static void setup_windows_environment() *tmp = '/'; } - if (!getenv("TZ") && (tmp = getenv("MSYS2_TZ"))) - setenv("TZ", tmp, 1); - /* simulate TERM to enable auto-color (see color.c) */ if (!getenv("TERM")) setenv("TERM", "cygwin", 1);