Skip to content

Commit

Permalink
Remove assert in SetProfilerMayHaveActivatedNonDefaultCodeVersion (do…
Browse files Browse the repository at this point in the history
…tnet/coreclr#26737)

Remove assert that was causing spurious profiler test failures.


Commit migrated from dotnet/coreclr@5733ebb
  • Loading branch information
davmason authored Sep 18, 2019
1 parent 2420d93 commit d3a51cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/src/vm/method.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2089,8 +2089,6 @@ class PrepareCodeConfig
void SetProfilerMayHaveActivatedNonDefaultCodeVersion()
{
WRAPPER_NO_CONTRACT;
_ASSERTE(!m_profilerMayHaveActivatedNonDefaultCodeVersion);

m_profilerMayHaveActivatedNonDefaultCodeVersion = true;
}

Expand Down

0 comments on commit d3a51cc

Please sign in to comment.