From bfbf63ef29bed8554ce2dabd0e6a5fba7f82a5fe Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Sun, 13 Sep 2009 18:23:52 +0000 Subject: [PATCH] --- source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs index 7df1cb512..08721dced 100644 --- a/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs +++ b/source2/IL2PCU/Cosmos.IL2CPU/ILScanner.cs @@ -261,10 +261,6 @@ namespace Cosmos.IL2CPU { if (xList.Key == null) { mLogWriter.WriteLine("Unspecified Source"); } else { - if (xNameMap.Contains(LogItemText(xList.Key).GetHashCode())) { - Console.WriteLine("Duplicate"); - } - xNameMap.Add(LogItemText(xList.Key).GetHashCode()); mLogWriter.WriteLine(LogItemText(xList.Key)); } if (xHref >= 0) {