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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mono/mini/aot-compiler.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c
index f1379f8d41c..88c8d341bb0 100644
--- a/mono/mini/aot-compiler.c
+++ b/mono/mini/aot-compiler.c
@@ -5747,8 +5747,6 @@ emit_klass_info (MonoAotCompile *acfg, guint32 token)
g_assert (klass->nested_classes_inited);
mono_class_setup_vtable (klass);
- if (klass->exception_type)
- g_error ("Error setting up %s class vtable\n", klass->name);
/*
* Emit all the information which is required for creating vtables so