[runtime] CEE_MONO_CISINST is dead. Removed the type-cast half.
[mono.git] / mono / mini / aot-compiler.c
index fd5ba15cb1aaa7f066e3fd37b44842263789af05..cc8422f06f4205699984adaf1469b01811d0b072 100644 (file)
@@ -3144,8 +3144,7 @@ encode_method_ref (MonoAotCompile *acfg, MonoMethod *method, guint8 *buf, guint8
                case MONO_WRAPPER_PROXY_ISINST:
                case MONO_WRAPPER_LDFLD:
                case MONO_WRAPPER_LDFLDA:
-               case MONO_WRAPPER_STFLD:
-               case MONO_WRAPPER_ISINST: {
+               case MONO_WRAPPER_STFLD: {
                        g_assert (info);
                        encode_klass_ref (acfg, info->d.proxy.klass, p, &p);
                        break;
@@ -7272,7 +7271,6 @@ can_encode_method (MonoAotCompile *acfg, MonoMethod *method)
                        case MONO_WRAPPER_LDFLD:
                        case MONO_WRAPPER_LDFLDA:
                        case MONO_WRAPPER_STELEMREF:
-                       case MONO_WRAPPER_ISINST:
                        case MONO_WRAPPER_PROXY_ISINST:
                        case MONO_WRAPPER_ALLOC:
                        case MONO_WRAPPER_REMOTING_INVOKE: