[svn] r7460: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Static.Analysis.n

IT svnadmin at nemerle.org
Thu Feb 22 03:23:45 CET 2007


Log:
Removed warning.

Author: IT
Date: Thu Feb 22 03:23:44 2007
New Revision: 7460

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Static.Analysis.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Static.Analysis.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Static.Analysis.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Static.Analysis.n	Thu Feb 22 03:23:44 2007
@@ -87,7 +87,7 @@
       else
         match (node)
         {
-          | TExpr.DefValIn(definition, _, _) as node when (definition.Equals(localValue))
+          | TExpr.DefValIn(definition, _, _) when (definition.Equals(localValue))
           | Pattern.As(_, definition) when (definition.Equals(localValue)) =>
             log(phantom, "  it's a definition!");
             definitionFound = true;



More information about the svn mailing list