mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
This commit is contained in:
parent
00ec03a669
commit
bfbf63ef29
1 changed files with 0 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue