diff --git a/src/AST/Type.cs b/src/AST/Type.cs index 4e35a9ba..4847a138 100644 --- a/src/AST/Type.cs +++ b/src/AST/Type.cs @@ -13,10 +13,6 @@ namespace CppSharp.AST public bool IsDependent { get; set; } - protected Type() - { - } - public bool IsPrimitiveType(out PrimitiveType primitive) { var builtin = this as BuiltinType;