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

Commit

Permalink
Merge pull request #4487 from dotnet/revert-4463-rc2_perfmap
Browse files Browse the repository at this point in the history
Revert "Fix empty perf map files generated by crossgen"
  • Loading branch information
jkotas committed Apr 21, 2016
2 parents f21eb3c + 8308eeb commit cd48ee1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vm/perfmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ PerfMap::PerfMap(int pid)
PerfMap::PerfMap()
{
LIMITED_METHOD_CONTRACT;

// Initialize with no failures.
m_ErrorEncountered = false;
}

// Clean-up resources.
Expand Down

0 comments on commit cd48ee1

Please sign in to comment.