mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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) {
|
if (xList.Key == null) {
|
||||||
mLogWriter.WriteLine("Unspecified Source");
|
mLogWriter.WriteLine("Unspecified Source");
|
||||||
} else {
|
} else {
|
||||||
if (xNameMap.Contains(LogItemText(xList.Key).GetHashCode())) {
|
|
||||||
Console.WriteLine("Duplicate");
|
|
||||||
}
|
|
||||||
xNameMap.Add(LogItemText(xList.Key).GetHashCode());
|
|
||||||
mLogWriter.WriteLine(LogItemText(xList.Key));
|
mLogWriter.WriteLine(LogItemText(xList.Key));
|
||||||
}
|
}
|
||||||
if (xHref >= 0) {
|
if (xHref >= 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue