Skip to content

Commit

Permalink
remove MemberRefType
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Marcelli committed Jul 6, 2017
1 parent 1daa264 commit ee9394f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dnpatch/Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ public class Patcher
{
private readonly PatchHelper _patcher = null;

public enum MemberRefType
{
Static,
Instance
}

public Patcher(string file)
{
_patcher = new PatchHelper(file);
Expand Down

0 comments on commit ee9394f

Please sign in to comment.