diff options
Diffstat (limited to 'lang/mono/files/patch-mono_dis_get.h')
-rw-r--r-- | lang/mono/files/patch-mono_dis_get.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/mono/files/patch-mono_dis_get.h b/lang/mono/files/patch-mono_dis_get.h deleted file mode 100644 index f5eb2d1f9da0..000000000000 --- a/lang/mono/files/patch-mono_dis_get.h +++ /dev/null @@ -1,10 +0,0 @@ ---- mono/dis/get.h.orig Thu Aug 25 11:12:40 2005 -+++ mono/dis/get.h Sun Oct 2 16:21:54 2005 -@@ -44,6 +44,7 @@ - char *dis_stringify_method_signature (MonoImage *m, MonoMethodSignature *method, int methoddef_row, - MonoGenericContext *context, gboolean fully_qualified); - char *dis_stringify_function_ptr (MonoImage *m, MonoMethodSignature *method); -+char *dis_stringify_marshal_spec (MonoMarshalSpec *spec); - - guint32 method_dor_to_token (guint32 idx); - |