diff --git a/IDEHelper/Compiler/BfCompiler.cpp b/IDEHelper/Compiler/BfCompiler.cpp index 84de1116..ae8a53ca 100644 --- a/IDEHelper/Compiler/BfCompiler.cpp +++ b/IDEHelper/Compiler/BfCompiler.cpp @@ -5113,11 +5113,6 @@ void BfCompiler::PopulateReified() unspecializedType->mIsReified = true; } - if ((typeInst != NULL) && (typeInst->mTypeDef->mName->ToString() == "StructA")) - { - NOP; - } - if ((type->IsValueType()) && (!type->IsUnspecializedType())) { bool dynamicBoxing = false;