Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Removing unused variable.
  • Loading branch information
thaystg committed Jul 16, 2020
commit 649f8cf20063d06a3b26303bc58deb3fc02eb7df
2 changes: 0 additions & 2 deletions src/Mono.Android/Android.Runtime/JNINativeWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public static Delegate CreateDelegate (Delegate dlg)

ig.Emit (OpCodes.Leave, label);

bool filter = Debugger.IsAttached || !JNIEnv.PropagateExceptions;

ig.BeginCatchBlock (typeof (Exception));

ig.Emit (OpCodes.Dup);
Expand Down