1
0
Fork 0
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:
Brian Fiete 2020-08-05 06:13:33 -07:00
parent 840a749716
commit 1ef8c14d74

View file

@ -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;