Skip to content

Commit

Permalink
Remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Aug 22, 2011
1 parent e39afe0 commit be236da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mono.Cecil/MethodImplAttributes.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ public enum MethodImplAttributes : ushort {
Synchronized = 0x0020, // Method is single threaded through the body Synchronized = 0x0020, // Method is single threaded through the body
NoOptimization = 0x0040, // Method is not optimized by the JIT. NoOptimization = 0x0040, // Method is not optimized by the JIT.
NoInlining = 0x0008, // Method may not be inlined NoInlining = 0x0008, // Method may not be inlined
MaxMethodImplVal = 0xffff // Range check value
} }
} }

0 comments on commit be236da

Please sign in to comment.