Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbevain <jbevain@gmail.com>2011-08-23 00:42:31 +0400
committerjbevain <jbevain@gmail.com>2011-08-23 00:42:31 +0400
commitbe236da54bfdfdcf3cadf3e025c1819d205caf4b (patch)
tree8a11e80b08b3fb27de315fe124ab7d2184abf239 /Mono.Cecil
parente39afe0a6284b89e92da495866afe871d5a9b96c (diff)
Remove unused flag
Diffstat (limited to 'Mono.Cecil')
-rw-r--r--Mono.Cecil/MethodImplAttributes.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mono.Cecil/MethodImplAttributes.cs b/Mono.Cecil/MethodImplAttributes.cs
index 94d8771..b24fcf7 100644
--- a/Mono.Cecil/MethodImplAttributes.cs
+++ b/Mono.Cecil/MethodImplAttributes.cs
@@ -49,6 +49,5 @@ namespace Mono.Cecil {
Synchronized = 0x0020, // Method is single threaded through the body
NoOptimization = 0x0040, // Method is not optimized by the JIT.
NoInlining = 0x0008, // Method may not be inlined
- MaxMethodImplVal = 0xffff // Range check value
}
}