Skip to content
Prev Previous commit
Next Next commit
Spacing fixes.
  • Loading branch information
Nathan Ricci committed May 25, 2022
commit add46b77adecee9d7a365c67fd699c7e66f4b948
2 changes: 0 additions & 2 deletions src/mono/mono/metadata/marshal-noilgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ mono_marshal_noilgen_init (void)
MonoMarshalLightweightCallbacks lightweight_cb;
MonoMarshalIlgenCallbacks ilgen_cb;


lightweight_cb.version = MONO_MARSHAL_CALLBACKS_VERSION;

lightweight_cb.emit_marshal_scalar = emit_marshal_scalar_noilgen;
lightweight_cb.emit_castclass = emit_castclass_noilgen;
lightweight_cb.emit_struct_to_ptr = emit_struct_to_ptr_noilgen;
Expand Down
2 changes: 0 additions & 2 deletions src/mono/mono/metadata/marshal.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ typedef struct {
int (*emit_marshal_scalar) (EmitMarshalContext *m, int argnum, MonoType *t, MonoMarshalSpec *spec, int conv_arg, MonoType **conv_arg_type, MarshalAction action);
} MonoMarshalLightweightCallbacks;



/*type of the function pointer of methods returned by mono_marshal_get_runtime_invoke*/
typedef MonoObject *(*RuntimeInvokeFunction) (MonoObject *this_obj, void **params, MonoObject **exc, void* compiled_method);

Expand Down