X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Faot-compiler.c;h=5719f5f1207d158d57f30b258e1595631142d73d;hb=6b8e96c44d40fa68eff6032445b3767585348b5a;hp=7791ec26d0b55fbff726f895120fea3eb16e118b;hpb=00e633549a9ce664286285c88a1338d41ff41046;p=mono.git diff --git a/mono/mini/aot-compiler.c b/mono/mini/aot-compiler.c index 7791ec26d0b..5719f5f1207 100644 --- a/mono/mini/aot-compiler.c +++ b/mono/mini/aot-compiler.c @@ -3104,8 +3104,6 @@ encode_method_ref (MonoAotCompile *acfg, MonoMethod *method, guint8 *buf, guint8 encode_klass_ref (acfg, info->d.proxy.klass, p, &p); break; } - case MONO_WRAPPER_STFLD_REMOTE: - break; case MONO_WRAPPER_ALLOC: { /* The GC name is saved once in MonoAotFileInfo */ g_assert (info->d.alloc.alloc_type != -1); @@ -7209,7 +7207,6 @@ can_encode_method (MonoAotCompile *acfg, MonoMethod *method) case MONO_WRAPPER_STFLD: case MONO_WRAPPER_LDFLD: case MONO_WRAPPER_LDFLDA: - case MONO_WRAPPER_STFLD_REMOTE: case MONO_WRAPPER_STELEMREF: case MONO_WRAPPER_ISINST: case MONO_WRAPPER_PROXY_ISINST: