- removed a line of debug code that made GCC/Clang go nuclear.

This commit is contained in:
Christoph Oelckers 2017-01-23 23:06:29 +01:00
parent b3aa7c61a9
commit 3f999a990c
1 changed files with 0 additions and 1 deletions

View File

@ -1036,7 +1036,6 @@ bool ZCCCompiler::CompileFields(PStruct *type, TArray<ZCC_VarDeclarator *> &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);