1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed population of typed primitives, fixed null constants

This commit is contained in:
Brian Fiete 2020-06-05 11:23:24 -07:00
parent 053e36a62a
commit 71bc9c5d61
2 changed files with 16 additions and 12 deletions

View file

@ -2080,11 +2080,6 @@ void BfCompiler::UpdateDependencyMap(bool deleteUnusued, bool& didWork)
if (depType != NULL)
{
if ((depType->mTypeId == 2574) && (!mIsResolveOnly) && (deleteUnusued))
{
NOP;
}
extern BfModule* gLastCreatedModule;
for (auto itr = depType->mDependencyMap.begin(); itr != depType->mDependencyMap.end(); ++itr)