X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Faot-runtime.c;h=2f818c6821cef511e12f349739f013f8de8e7116;hb=6b8e96c44d40fa68eff6032445b3767585348b5a;hp=14fcfbabc056fbde074805348a4d92c75fdb1133;hpb=00e633549a9ce664286285c88a1338d41ff41046;p=mono.git diff --git a/mono/mini/aot-runtime.c b/mono/mini/aot-runtime.c index 14fcfbabc05..2f818c6821c 100644 --- a/mono/mini/aot-runtime.c +++ b/mono/mini/aot-runtime.c @@ -922,9 +922,6 @@ decode_method_ref_with_target (MonoAotModule *module, MethodRef *ref, MonoMethod } break; } - case MONO_WRAPPER_STFLD_REMOTE: - ref->method = mono_marshal_get_stfld_remote_wrapper (NULL); - break; #endif case MONO_WRAPPER_ALLOC: { int atype = decode_value (p, &p);