diff --git a/src/AST/Type.cs b/src/AST/Type.cs index 39b0ac5e..f5533020 100644 --- a/src/AST/Type.cs +++ b/src/AST/Type.cs @@ -274,10 +274,6 @@ namespace CppSharp.AST Incomplete } - public ArrayType() - { - } - // Type of the array elements. public Type Type;