Skip to content

Commit ade0b21

Browse files
steveisokSteve Pfister
andauthored
[Mono] Remove unused field in Exception.Mono (#71202)
#70970 was merged with a field that was unused. This PR removes it. Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
1 parent 7eb5664 commit ade0b21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/mono/System.Private.CoreLib/src/System/Exception.Mono.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ public DispatchState(MonoStackFrame[]? stackFrames)
4949

5050
private bool HasBeenThrown => _traceIPs != null;
5151

52-
private readonly object frameLock = new object();
53-
5452
public MethodBase? TargetSite
5553
{
5654
[RequiresUnreferencedCode("Metadata for the method might be incomplete or removed")]

0 commit comments

Comments
 (0)