From eea217bcd8e69ea2ab66291afd432e1d294b2cc3 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 7 Oct 2010 20:12:10 +0000 Subject: Remove old. Package-Manager: portage-2.1.8.3/cvs/Linux x86_64 --- .../mono-2.2-r121596-work-around-runtime-crash.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev-lang/mono/files/mono-2.2-r121596-work-around-runtime-crash.patch (limited to 'dev-lang/mono/files/mono-2.2-r121596-work-around-runtime-crash.patch') diff --git a/dev-lang/mono/files/mono-2.2-r121596-work-around-runtime-crash.patch b/dev-lang/mono/files/mono-2.2-r121596-work-around-runtime-crash.patch deleted file mode 100644 index 86f7717e1a4c..000000000000 --- a/dev-lang/mono/files/mono-2.2-r121596-work-around-runtime-crash.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: mono/metadata/metadata.c -=================================================================== ---- mono/metadata/metadata.c (Revision 121595) -+++ mono/metadata/metadata.c (Revision 121596) -@@ -2178,9 +2178,11 @@ - MonoImage *image = data; - MonoMethodInflated *method = key; - -+ // FIXME: -+ // https://bugzilla.novell.com/show_bug.cgi?id=458168 - return method->declaring->klass->image == image || - (method->context.class_inst && ginst_in_image (method->context.class_inst, image)) || -- (method->context.method_inst && ginst_in_image (method->context.method_inst, image)); -+ (method->context.method_inst && ginst_in_image (method->context.method_inst, image)) || signature_in_image (mono_method_signature ((MonoMethod*)method), image); - } - - static gboolean -- cgit v1.2.3-65-gdbad