From 9fb7dc57be2d61ccbd91c09f468313adbe1d7365 Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 1 Dec 2013 00:11:22 +0000 Subject: [PATCH] Removed unused constructor. --- src/AST/Type.cs | 4 ---- 1 file changed, 4 deletions(-) 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;