diff --git a/tools/mtouch/mtouch.cs b/tools/mtouch/mtouch.cs index d6fae63bad..8d2cebd45e 100644 --- a/tools/mtouch/mtouch.cs +++ b/tools/mtouch/mtouch.cs @@ -520,7 +520,6 @@ namespace Xamarin.Bundler info.RedirectStandardError = true; info.EnvironmentVariables ["MONO_PATH"] = mono_path; - info.EnvironmentVariables ["MONO_GC_PARAMS"] = app.MonoGCParams; if (mono_debug != null) info.EnvironmentVariables ["MONO_DEBUG"] = mono_debug;