2009-11-15 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / class.h
index 37d06eb29bedb1f0698ca7d6c6f3065a8770510e..29ef6ecab92738c36d61d247625e62d64152b406 100644 (file)
@@ -4,7 +4,6 @@
 #include <mono/metadata/metadata.h>
 #include <mono/metadata/image.h>
 #include <mono/metadata/loader.h>
-#include <mono/utils/mono-compiler.h>
 #include <mono/utils/mono-error.h>
 
 G_BEGIN_DECLS
@@ -54,10 +53,7 @@ MonoClass *
 mono_class_from_generic_parameter (MonoGenericParam *param, MonoImage *image, gboolean is_mvar);
 
 MonoType*
-mono_class_inflate_generic_type (MonoType *type, MonoGenericContext *context) MONO_DEPRECATED;
-
-MonoType*
-mono_class_inflate_generic_type_checked (MonoType *type, MonoGenericContext *context, MonoError *error);
+mono_class_inflate_generic_type (MonoType *type, MonoGenericContext *context) /* MONO_DEPRECATED */;
 
 MonoMethod*
 mono_class_inflate_generic_method (MonoMethod *method, MonoGenericContext *context);