Browse Source

Removed unused constructor.

pull/124/head
triton 12 years ago
parent
commit
9fb7dc57be
  1. 4
      src/AST/Type.cs

4
src/AST/Type.cs

@ -13,10 +13,6 @@ namespace CppSharp.AST @@ -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;

Loading…
Cancel
Save