Skip to content

Commit

Permalink
Merge pull request #24952 from dotnet/merges/dev15.6.x-to-dev15.6.x-v…
Browse files Browse the repository at this point in the history
…s-deps

Merge dev15.6.x to dev15.6.x-vs-deps
  • Loading branch information
AbhitejJohn authored Feb 20, 2018
2 parents c818346 + 1bc9334 commit e873e69
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Compilers/Shared/BuildClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ internal RunCompilationResult RunCompilation(IEnumerable<string> originalArgumen
return RunCompilationResult.Failed;
}

if (!TryEnableMulticoreJitting(out errorMessageOpt))
{
textWriter.WriteLine(errorMessageOpt);
}

if (hasShared)
{
sessionKeyOpt = sessionKeyOpt ?? GetSessionKey(buildPaths);
Expand Down

0 comments on commit e873e69

Please sign in to comment.