mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Remove debug code
This commit is contained in:
parent
45a0f774c7
commit
3aacd09199
1 changed files with 0 additions and 5 deletions
|
@ -23068,11 +23068,6 @@ void BfModule::SetupIRFunction(BfMethodInstance* methodInstance, StringImpl& man
|
|||
}
|
||||
else
|
||||
{
|
||||
if (mangledName == "?GCMarkStaticMembers@Glfw@GLFW@bf@@SAXXZ")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
func = mBfIRBuilder->CreateFunction(funcType, BfIRLinkageType_External, mangledName);
|
||||
BfLogSysM("Creating FuncId:%d %s in module %p\n", func.mId, mangledName.c_str(), this);
|
||||
if (methodInstance->mAlwaysInline)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue