Skip to content

Commit

Permalink
[Mono] Remove unused field in Exception.Mono (#71202)
Browse files Browse the repository at this point in the history
#70970 was merged with a field that was unused.  This PR removes it.

Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
  • Loading branch information
steveisok and Steve Pfister authored Jun 29, 2022
1 parent 7eb5664 commit ade0b21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mono/System.Private.CoreLib/src/System/Exception.Mono.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public DispatchState(MonoStackFrame[]? stackFrames)

private bool HasBeenThrown => _traceIPs != null;

private readonly object frameLock = new object();

public MethodBase? TargetSite
{
[RequiresUnreferencedCode("Metadata for the method might be incomplete or removed")]
Expand Down

0 comments on commit ade0b21

Please sign in to comment.