[interp] remove g_error call
[mono.git] / mono / mini / interp / transform.c
index 462619f1475c1096587ff4654ce56387330bcc76..4b2b96b5777eae3556965f183816e6ff39853f36 100644 (file)
@@ -3291,7 +3291,6 @@ mono_interp_transform_method (RuntimeMethod *runtime_method, ThreadContext *cont
                mono_os_mutex_lock(&calc_section);
                if (runtime_method->transformed) {
                        mono_os_mutex_unlock(&calc_section);
-                       g_error ("FIXME: no jit info?");
                        mono_profiler_method_end_jit (method, NULL, MONO_PROFILE_OK);
                        return NULL;
                }