1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Fixed default case for discriminated union with empty payload member

This commit is contained in:
Brian Fiete 2021-12-31 12:05:36 -05:00
parent e659a4e711
commit 38abaf6b3f
3 changed files with 2 additions and 12 deletions

View file

@ -5305,11 +5305,6 @@ BfIRValue BfModule::CreateTypeData(BfType* type, Dictionary<int, int>& usedStrin
return BfIRValue();
}
if (mContext->mBfTypeType == NULL)
{
}
BfIRValue typeTypeData;
int typeFlags = 0;
if (needsTypeData)