From 3f999a990c25004c2c961658c55fc8d710b7f34e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 23 Jan 2017 23:06:29 +0100 Subject: [PATCH] - removed a line of debug code that made GCC/Clang go nuclear. --- src/scripting/zscript/zcc_compile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripting/zscript/zcc_compile.cpp b/src/scripting/zscript/zcc_compile.cpp index 1925a2eb6..43f5b6774 100644 --- a/src/scripting/zscript/zcc_compile.cpp +++ b/src/scripting/zscript/zcc_compile.cpp @@ -1036,7 +1036,6 @@ bool ZCCCompiler::CompileFields(PStruct *type, TArray &Fiel { auto field = Fields[0]; FieldDesc *fd = nullptr; - FString str = FName(field->Names[0].Name); PType *fieldtype = DetermineType(type, field, field->Names->Name, field->Type, true, true);