Skip to content

Commit ee9394f

Browse files
author
Luca Marcelli
committedJul 6, 2017
remove MemberRefType
1 parent 1daa264 commit ee9394f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎dnpatch/Patcher.cs

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ public class Patcher
1414
{
1515
private readonly PatchHelper _patcher = null;
1616

17-
public enum MemberRefType
18-
{
19-
Static,
20-
Instance
21-
}
22-
2317
public Patcher(string file)
2418
{
2519
_patcher = new PatchHelper(file);

0 commit comments

Comments
 (0)
Please sign in to comment.