From bf266a11c4d5e4fc8ea90dc47bcba5a4cd2c0dfa Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sat, 4 Sep 2010 19:37:18 +0000 Subject: [PATCH] Disabled some code till the 2008 removal check in is completed. --- source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs b/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs index e2d646f6a..06d47faf6 100644 --- a/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs +++ b/source2/Debug/Cosmos.Debug.Common/CDebugger/DebugSymbol.cs @@ -109,7 +109,7 @@ namespace Cosmos.Debug.Common.CDebugger } public static void ReadSymbolsListFromFile(List aSymbols, string aFile) { - OpenCPDB(Path.ChangeExtension(aFile, ".cpdb"), false); + //OpenCPDB(Path.ChangeExtension(aFile, ".cpdb"), false); var xDS = new SymbolsDS(); xDS.ReadXml(aFile); foreach (SymbolsDS.EntryRow x in xDS.Entry.Rows) {