[svn] r6672: vs-plugin/trunk/Nemerle.VsIntegration/Engine/ProjectInfo.cs

VladD2 svnadmin at nemerle.org
Thu Sep 21 03:36:58 CEST 2006


Log:
Delete bad code.

Author: VladD2
Date: Thu Sep 21 03:36:57 2006
New Revision: 6672

Modified:
   vs-plugin/trunk/Nemerle.VsIntegration/Engine/ProjectInfo.cs

Modified: vs-plugin/trunk/Nemerle.VsIntegration/Engine/ProjectInfo.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Engine/ProjectInfo.cs	(original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Engine/ProjectInfo.cs	Thu Sep 21 03:36:57 2006
@@ -235,8 +235,6 @@
 			List<List<Relocation>> map = Location.RelocationMaps;
 			for (int i = 0; i < map.Count; i++)
 				map[i] = null;
-
-			NemerleSource.DebugClear();
 		}
 
 		public void AddRelocation(



More information about the svn mailing list