From 1ef8c14d7451253b1f78d489dc5c860f2f501826 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Wed, 5 Aug 2020 06:13:33 -0700 Subject: [PATCH] Removed temporary test --- IDEHelper/Compiler/BfModule.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/IDEHelper/Compiler/BfModule.cpp b/IDEHelper/Compiler/BfModule.cpp index bc8df4e3..c9f3aea0 100644 --- a/IDEHelper/Compiler/BfModule.cpp +++ b/IDEHelper/Compiler/BfModule.cpp @@ -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;