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:
parent
053e36a62a
commit
71bc9c5d61
2 changed files with 16 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue