Skip to content

Commit

Permalink
Remove redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jul 30, 2021
1 parent 4b3a0d5 commit fd25446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmony/Public/Patching/PatchManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class PatchManager
private static readonly List<KeyValuePair<WeakReference, MethodBase>> ReplacementToOriginals = new List<KeyValuePair<WeakReference, MethodBase>>();

// typeof(StackFrame).methodAddress
private static FieldInfo methodAddress = null;
private static FieldInfo methodAddress;

static PatchManager()
{
Expand Down

0 comments on commit fd25446

Please sign in to comment.