[svn] r7818: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n

divan svnadmin at nemerle.org
Sat Oct 20 17:39:39 CEST 2007


Log:
Remove unneeded return.

Author: divan
Date: Sat Oct 20 17:39:38 2007
New Revision: 7818

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n	Sat Oct 20 17:39:38 2007
@@ -105,7 +105,7 @@
 
     public ResetNamespaceTree() : void { _project = null; }
 
-    public IsProjectAvailable : bool { get { return _project != null; } }
+    public IsProjectAvailable : bool { get { _project != null; } }
 #pragma warning restore 618 // Obsolete
 
     // If you want to recover the messages done by the parser/typer



More information about the svn mailing list