* locales.c
[mono.git] / mono / metadata / image.c
index db3412991d6f3ac6dc6892b3f1245e6a8fd5a0b1..0c8ca5f9043e6a8c51652c3a35ae2442b0d2576a 100644 (file)
@@ -781,9 +781,6 @@ mono_image_loaded (const char *name)
 {
        MonoImage *res;
         
-       if (strcmp (name, "corlib") == 0)
-               name = "mscorlib";
-
        EnterCriticalSection (&images_mutex);
        res = g_hash_table_lookup (loaded_images_hash, name);
        LeaveCriticalSection (&images_mutex);