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:
-rw-r--r--Mono.Cecil/Import.cs8
1 files changed, 2 insertions, 6 deletions
diff --git a/Mono.Cecil/Import.cs b/Mono.Cecil/Import.cs
index 362e490..f048f8a 100644
--- a/Mono.Cecil/Import.cs
+++ b/Mono.Cecil/Import.cs
@@ -8,8 +8,6 @@
// Licensed under the MIT/X11 license.
//
-#if !READ_ONLY
-
using System;
using System.Collections.Generic;
using Mono.Collections.Generic;
@@ -724,6 +722,8 @@ namespace Mono.Cecil {
}
}
+#endif
+
static partial class Mixin {
public static void CheckModule (ModuleDefinition module)
@@ -787,8 +787,4 @@ namespace Mono.Cecil {
return true;
}
}
-
-#endif
}
-
-#endif