Skip to content

Commit 8202c74

Browse files
author
Steve Pfister
committed
[Mono] Remove unused field in Exception.Mono
dotnet#70970 was merged with a field that was unused. This PR removes it.
1 parent 87d6dda commit 8202c74

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)