[runtime] Remove mono_marshal_free_inflated_wrappers because its only call site frees...
authorAlexander Kyte <alexander.kyte@xamarin.com>
Wed, 13 May 2015 08:03:53 +0000 (08:03 +0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 28 Jul 2015 05:26:20 +0000 (01:26 -0400)
commit0ecaf50e1d4da92a417cef6573947167a6cbefd9
treef8e0343ae32cf4e4aebd31b5bdf06aaab1e50dc9
parent9b163221b5bd548821375dd00bab054826c4c31e
[runtime] Remove mono_marshal_free_inflated_wrappers because its only call site frees the caches anyways.

Since we now only remove methods from caches in the image set it belong we no longer needs to do it since
they will be gone together with the method itself.
mono/metadata/marshal.c
mono/metadata/marshal.h
mono/metadata/metadata.c