diff --git a/source2/Users/Matthijs ter Woord/Testing/ReflectionToEcmaCil/Reader.cs b/source2/Users/Matthijs ter Woord/Testing/ReflectionToEcmaCil/Reader.cs index ff1f8c0b7..d41aba0c1 100644 --- a/source2/Users/Matthijs ter Woord/Testing/ReflectionToEcmaCil/Reader.cs +++ b/source2/Users/Matthijs ter Woord/Testing/ReflectionToEcmaCil/Reader.cs @@ -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;