diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-04-03 08:23:59 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2016-04-03 08:23:59 -0700 |
commit | fcd4ba3453c6caed8561af7747e8aed9b803326b (patch) | |
tree | d7f4451c1665fab8db3d0803128cf3ac90e3664f /init-tools.cmd | |
parent | de540c5ae788fd666d223c40921ea5e05567802d (diff) | |
download | coreclr-fcd4ba3453c6caed8561af7747e8aed9b803326b.tar.gz coreclr-fcd4ba3453c6caed8561af7747e8aed9b803326b.tar.bz2 coreclr-fcd4ba3453c6caed8561af7747e8aed9b803326b.zip |
Remove ReadyToRun workaround
Diffstat (limited to 'init-tools.cmd')
-rw-r--r-- | init-tools.cmd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init-tools.cmd b/init-tools.cmd index a419e8b275..387ede7a1d 100644 --- a/init-tools.cmd +++ b/init-tools.cmd @@ -1,9 +1,6 @@ @echo off setlocal -REM Workaround https://github.com/dotnet/coreclr/issues/2153 -set ComPlus_ReadyToRun=0 - set INIT_TOOLS_LOG=%~dp0init-tools.log set PACKAGES_DIR=%~dp0packages\ set TOOLRUNTIME_DIR=%~dp0Tools |