diff --git a/DwarfOne2C/CWriter/Function.cs b/DwarfOne2C/CWriter/Function.cs index e762ea6..8bbc9aa 100644 --- a/DwarfOne2C/CWriter/Function.cs +++ b/DwarfOne2C/CWriter/Function.cs @@ -1,5 +1,4 @@ using System.Collections.Generic; -using System; namespace DwarfOne2C { diff --git a/DwarfOne2C/Tags.cs b/DwarfOne2C/Tags.cs index 86242b2..50075b6 100644 --- a/DwarfOne2C/Tags.cs +++ b/DwarfOne2C/Tags.cs @@ -106,9 +106,8 @@ public enum TagType // Typedef public bool isPointer = false; // Size helper public bool isReference = false; // size helper - + // ArrayType - // public bool isMultidimArray = false; public List arrayDimLengths = new();