Skip to content

Commit

Permalink
Revert some changes to managed CorInfoTypes (dotnet#34134)
Browse files Browse the repository at this point in the history
Leftovers from earlier versions of OSR.
  • Loading branch information
AndyAyersMS authored Mar 26, 2020
1 parent 2da19e7 commit d8f763e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -782,12 +782,6 @@ public enum CorJitFuncKind
CORJIT_FUNC_FILTER // a funclet associated with an EH filter
}

public unsafe struct CORINFO_OSR_INFO
{
public uint ILOffset;
public void* PatchpointInfo;
}

public unsafe struct CORINFO_METHOD_INFO
{
public CORINFO_METHOD_STRUCT_* ftn;
Expand All @@ -800,7 +794,6 @@ public unsafe struct CORINFO_METHOD_INFO
public CorInfoRegionKind regionKind;
public CORINFO_SIG_INFO args;
public CORINFO_SIG_INFO locals;
public CORINFO_OSR_INFO osrInfo;
}
//
// what type of code region we are in
Expand Down

0 comments on commit d8f763e

Please sign in to comment.