diff --git a/IDEHelper/Compiler/BfContext.cpp b/IDEHelper/Compiler/BfContext.cpp index 78cc6f51..a89c4d64 100644 --- a/IDEHelper/Compiler/BfContext.cpp +++ b/IDEHelper/Compiler/BfContext.cpp @@ -1427,15 +1427,8 @@ void BfContext::PopulateHotTypeDataVTable(BfTypeInstance* typeInstance) if (hotTypeData == NULL) return; - if (typeInstance->IsIncomplete()) - { - if (mCompiler->mHotState->mCommittedHotCompileIdx > 0) - { - // Should already be populated - BF_ASSERT(hotTypeData->mVTableOrigLength != -1); - } + if (typeInstance->IsIncomplete()) return; - } if (hotTypeData->mVTableOrigLength == -1) {