[svn] r5963: nemerle/trunk/ncc/typing/Solver.n

malekith svnadmin at nemerle.org
Tue Nov 22 16:16:44 CET 2005


Log:
Remove useless method.

Author: malekith
Date: Tue Nov 22 16:16:43 2005
New Revision: 5963

Modified:
   nemerle/trunk/ncc/typing/Solver.n

Modified: nemerle/trunk/ncc/typing/Solver.n
==============================================================================
--- nemerle/trunk/ncc/typing/Solver.n	(original)
+++ nemerle/trunk/ncc/typing/Solver.n	Tue Nov 22 16:16:43 2005
@@ -140,16 +140,6 @@
     }
 
 
-    /** Make sure all TyVars created so far won't go anywhere.
-        
-        Called when the type checking process for a method is finished (or
-        for a class, if we decide to go with inferred private types).  */
-    [Nemerle.NotImplemented] // XXX it is not clear if it will be needed.
-    public static FixateAll () : void
-    {
-    }
-
-
     /** Generate a new type variable. */
     public static FreshTyVar () : TyVar
     {



More information about the svn mailing list