This commit is contained in:
mterwoord_cp 2010-07-30 07:41:28 +00:00
parent 2fd6004d1e
commit 503baee28c

View file

@ -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;