New test.
[mono.git] / mono / metadata / TODO
index 98c3ce7b7d35c7e3e76f3cc08e342da5c1a2a449..f37fd6563881e84e76041b66cdac58fd1b7e8222 100644 (file)
@@ -1,15 +1,4 @@
 
-* mono_class_from_name
-
-       In many places we call mono_class_from_name with static values,
-       we should cache that instead:
-
-       static MonoClass *klass;
-
-       if (!klass){
-               klass = mono_class_from_name (...);
-       }
-
 * Uniform names
 
        We have a mess of names in the icall.c file, we need to sort that out.