Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2021-04-15 06:05:26 +0300
committerGitHub <noreply@github.com>2021-04-15 06:05:26 +0300
commit0db07ab4a69364724a1bcbd9e23cc7392f7b4bb7 (patch)
tree383bbbdf47f6200b16b930a7f9e8a091c17e76e2 /src/coreclr/build-runtime.sh
parent354ab2ad95c267123177e009951378779626be37 (diff)
Delete unused variables in build-runtime.sh (#51197)
Diffstat (limited to 'src/coreclr/build-runtime.sh')
-rwxr-xr-xsrc/coreclr/build-runtime.sh4
1 files changed, 0 insertions, 4 deletions
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