Merge pull request #2716 from BrzVlad/fix-tramp-jinfo
[mono.git] / mono / metadata / class-internals.h
index fba6c4b89c42c7b51e1e903892460844164e6513..d0fa87e0173bf85833ff0581dcde0b6c7b6e81e2 100644 (file)
@@ -1074,9 +1074,6 @@ mono_metadata_get_inflated_signature (MonoMethodSignature *sig, MonoGenericConte
 MonoType*
 mono_class_inflate_generic_type_with_mempool (MonoImage *image, MonoType *type, MonoGenericContext *context, MonoError *error);
 
-MonoClass*
-mono_class_inflate_generic_class (MonoClass *gklass, MonoGenericContext *context);
-
 MonoType*
 mono_class_inflate_generic_type_checked (MonoType *type, MonoGenericContext *context, MonoError *error);