Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mono / metadata / class-internals.h
index 1258f92b703e3005173b1123ed7fca841bccd5e5..14e50f56b687731ef8500e319d622b32e7e3ff19 100644 (file)
@@ -517,7 +517,6 @@ struct _MonoMethodInflated {
                MonoMethod method;
                MonoMethodPInvoke pinvoke;
        } method;
-       MonoMethodHeader *header;
        MonoMethod *declaring;          /* the generic method definition. */
        MonoGenericContext context;     /* The current instantiation */
        MonoImageSet *owner; /* The image set that the inflated method belongs to. */