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

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/TypeWrapper.cs')
-rw-r--r--runtime/TypeWrapper.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/TypeWrapper.cs b/runtime/TypeWrapper.cs
index e81ce6fe..44735682 100644
--- a/runtime/TypeWrapper.cs
+++ b/runtime/TypeWrapper.cs
@@ -2753,6 +2753,7 @@ namespace IKVM.Internal
internal abstract void Finish();
+#if !STATIC_COMPILER
[Conditional("DEBUG")]
internal static void AssertFinished(Type type)
{
@@ -2765,6 +2766,7 @@ namespace IKVM.Internal
Debug.Assert(!(type is TypeBuilder));
}
}
+#endif
#if !STATIC_COMPILER && !STUB_GENERATOR
internal void RunClassInit()