mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- removed a line of debug code that made GCC/Clang go nuclear.
This commit is contained in:
parent
b3aa7c61a9
commit
3f999a990c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue