From 79816a375e7ee6d4550dee6989144104979a1a77 Mon Sep 17 00:00:00 2001 From: triton Date: Mon, 27 Jan 2014 19:53:59 +0000 Subject: [PATCH] Remove useless constructor. --- src/AST/Type.cs | 4 ---- 1 file changed, 4 deletions(-) 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;