[mcs] Accept and ignore command line args supported by csc that we don't
[mono.git] / mono / mini / method-to-ir.c
index 3d295db2a358a479cdce82160444b1066145b036..87dad9d0c6fa56137e7524682ab406c4dda1a374 100644 (file)
@@ -11649,7 +11649,6 @@ mono_method_to_ir (MonoCompile *cfg, MonoMethod *method, MonoBasicBlock *start_b
                                                                INLINE_FAILURE ("class init");
                                                        if (!mono_runtime_class_init_full (vtable, &cfg->error)) {
                                                                mono_cfg_set_exception (cfg, MONO_EXCEPTION_MONO_ERROR);
-                                                               g_assert_not_reached ();
                                                                goto exception_exit;
                                                        }
                                                }