From 0db07ab4a69364724a1bcbd9e23cc7392f7b4bb7 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Wed, 14 Apr 2021 17:05:26 -1000 Subject: Delete unused variables in build-runtime.sh (#51197) --- src/coreclr/build-runtime.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/coreclr/build-runtime.sh') diff --git a/src/coreclr/build-runtime.sh b/src/coreclr/build-runtime.sh index 540cbc33bb0..0b39613aac3 100755 --- a/src/coreclr/build-runtime.sh +++ b/src/coreclr/build-runtime.sh @@ -176,12 +176,8 @@ __StaticAnalyzer=0 __UnprocessedBuildArgs= __UseNinja=0 __VerboseBuild=0 -__ValidateCrossArg=1 __CMakeArgs="" __RequestedBuildComponents="" -__BuildAllJits=1 -__BuildRuntime=1 -__BuildILTools=1 source "$__ProjectRoot"/_build-commons.sh -- cgit v1.2.3