mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-13 03:31:22 +00:00
This commit is contained in:
parent
2fd6004d1e
commit
503baee28c
1 changed files with 0 additions and 6 deletions
|
|
@ -65,12 +65,6 @@ namespace ReflectionToEcmaCil
|
|||
ScanArrayType(xType, mArrayTypes[xType]);
|
||||
continue;
|
||||
}
|
||||
//if (xItem is QueuedPointerType)
|
||||
//{
|
||||
// var xType = (QueuedPointerType)xItem;
|
||||
// ScanPointerType(xType, mPointerTypes[xType]);
|
||||
// continue;
|
||||
//}
|
||||
if (xItem is QueuedType)
|
||||
{
|
||||
var xType = (QueuedType)xItem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue