* class-internals.h (mono_get_inflated_generic_class): Remove.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 10 Jan 2007 19:03:27 +0000 (19:03 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 10 Jan 2007 19:03:27 +0000 (19:03 -0000)
commitd20e1da10a8806be2e7b41bdcde0d27629fca719
treef4e3ba2b19fb4ca4aa4adcff2e5064563263090b
parent9760e085ab26eb27df2b84a341d8c3c5af06aa58
* class-internals.h (mono_get_inflated_generic_class): Remove.
* class.c (mono_get_inflated_generic_class): Remove.
(mono_generic_class_get_class): Rename from mono_class_create_generic.
(mono_class_from_mono_type) [GENERICINST]: Use it.
* reflection.c, metadata.c: Update to changes.  Use 'mono_class_from_mono_type'.

svn path=/trunk/mono/; revision=70801
mono/metadata/ChangeLog
mono/metadata/class-internals.h
mono/metadata/class.c
mono/metadata/metadata.c
mono/metadata/reflection.c