Browse Source

Remove useless constructor.

pull/159/head
triton 12 years ago
parent
commit
79816a375e
  1. 4
      src/AST/Type.cs

4
src/AST/Type.cs

@ -274,10 +274,6 @@ namespace CppSharp.AST @@ -274,10 +274,6 @@ namespace CppSharp.AST
Incomplete
}
public ArrayType()
{
}
// Type of the array elements.
public Type Type;

Loading…
Cancel
Save