2003-08-26 Zoltan Varga <vargaz@freemail.hu>
authorZoltan Varga <vargaz@gmail.com>
Tue, 26 Aug 2003 10:02:06 +0000 (10:02 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 26 Aug 2003 10:02:06 +0000 (10:02 -0000)
* image.h: mono_image_load_references is no more.

svn path=/trunk/mono/; revision=17618

mono/metadata/ChangeLog
mono/metadata/image.h

index 7037e3dda1ee3ce3924ebc34790034dd9178dc4e..43ba761579b6a64a95b232fe0b2fe9551ea61ff4 100644 (file)
@@ -1,5 +1,7 @@
 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
 
+       * image.h: mono_image_load_references is no more.
+
        * assembly.c: Reworked assembly loading to make it really thread safe.
        After these changes, the assembly returned by mono_assembly_open is
        fully initialized, i.e. all its references assemblies are loaded.
index d987de10e3cf08bd6b9248fa0f5266d4e7f9d991..2357e49adfdb77be09cb16f3fd71353ecc485a65 100644 (file)
@@ -161,8 +161,6 @@ int           mono_image_ensure_section_idx (MonoImage *image,
 guint32       mono_image_get_entry_point    (MonoImage *image);
 const char   *mono_image_get_resource       (MonoImage *image, guint32 offset, guint32 *size);
 
-void          mono_image_load_references    (MonoImage *image, MonoImageOpenStatus *status);
-
 /* This actually returns a MonoPEResourceDataEntry *, but declaring it
  * causes an include file loop.
  */