From b1910effd6070eab476b1bd22cc67d4cd341f150 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 30 Nov 2016 09:54:37 +0100 Subject: [PATCH] - remove debug code. --- src/scripting/codegeneration/codegen.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripting/codegeneration/codegen.cpp b/src/scripting/codegeneration/codegen.cpp index 42c526d0a..7408573a0 100644 --- a/src/scripting/codegeneration/codegen.cpp +++ b/src/scripting/codegeneration/codegen.cpp @@ -5739,10 +5739,6 @@ FxExpression *FxMemberIdentifier::Resolve(FCompileContext& ctx) // because the resulting value type would cause problems in nearly every other place where identifiers are being used. ccls = FindStructType(static_cast(Object)->Identifier); if (ccls != nullptr) static_cast(Object)->noglobal = true; - if (ccls && ccls->TypeName == FName("Tracer")) - { - int a = 0; - } } SAFE_RESOLVE(Object, ctx);