Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit cd48ee1

Browse files
committed
Merge pull request #4487 from dotnet/revert-4463-rc2_perfmap
Revert "Fix empty perf map files generated by crossgen"
2 parents f21eb3c + 8308eeb commit cd48ee1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vm/perfmap.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ PerfMap::PerfMap(int pid)
6868
PerfMap::PerfMap()
6969
{
7070
LIMITED_METHOD_CONTRACT;
71-
72-
// Initialize with no failures.
73-
m_ErrorEncountered = false;
7471
}
7572

7673
// Clean-up resources.

0 commit comments

Comments
 (0)