[remoting] Convert mono_load_remote_field_new_checked to managed code (#3149)
[mono.git] / mono / mini / mini-runtime.c
index 4baf5ab51950b4d9a3f3bb9b77156e2c0007b352..d912d2c3d093f4749340af8f47fd6eedb7614b67 100644 (file)
@@ -3761,7 +3761,6 @@ register_icalls (void)
        register_icall (mono_thread_interruption_checkpoint, "mono_thread_interruption_checkpoint", "object", FALSE);
        register_icall (mono_thread_force_interruption_checkpoint_noraise, "mono_thread_force_interruption_checkpoint_noraise", "object", FALSE);
 #ifndef DISABLE_REMOTING
-       register_icall (mono_load_remote_field_new_icall, "mono_load_remote_field_new_icall", "object object ptr ptr", FALSE);
        register_icall (mono_store_remote_field_new_icall, "mono_store_remote_field_new_icall", "void object ptr ptr object", FALSE);
 #endif