Skip to content

Commit ba31080

Browse files
committed
Remove ArgumentKind none.
1 parent d07cb8d commit ba31080

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/IKVM.ByteCode/OpCodeArgumentKind.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
public enum OpCodeArgumentKind : byte
88
{
99

10-
/// <summary>
11-
/// No kind specified.
12-
/// </summary>
13-
None = 0,
14-
1510
/// <summary>
1611
/// Has no arguments.
1712
/// </summary>

src/IKVM.ByteCode/OpCodeFlags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public enum OpCodeFlags : byte
1616
None = 0,
1717

1818
/// <summary>
19-
/// Instructions using the opcode cannot throw exception.
19+
/// Instructions using the opcode cannot throw an exception.
2020
/// </summary>
2121
CannotThrow = 2,
2222

0 commit comments

Comments
 (0)