mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Removed temporary test
This commit is contained in:
parent
840a749716
commit
1ef8c14d74
1 changed files with 0 additions and 5 deletions
|
@ -19856,11 +19856,6 @@ void BfModule::DoMethodDeclaration(BfMethodDeclaration* methodDeclaration, bool
|
|||
if (mCompiler->mResolvePassData != NULL)
|
||||
bfAutocomplete = mCompiler->mResolvePassData->mAutoComplete;
|
||||
|
||||
if ((methodDeclaration != NULL) && (methodDeclaration->ToString().Contains("//TEST")))
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
if (methodInstance->mMethodInfoEx != NULL)
|
||||
{
|
||||
BfTypeInstance* unspecializedTypeInstance = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue