Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Mono] Remove unused field in Exception.Mono
#70970 was merged with a field that was unused.  This PR removes it.
  • Loading branch information
Steve Pfister committed Jun 23, 2022
commit 8202c740aaabdf088e81b01b708471f1da9e7cdf
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