Browse Source

Remove unused field.

pull/14/head
triton 13 years ago
parent
commit
b2cabe2551
  1. 1
      src/AST/Comment.cs

1
src/AST/Comment.cs

@ -148,7 +148,6 @@ namespace CppSharp.AST @@ -148,7 +148,6 @@ namespace CppSharp.AST
public struct Argument
{
public string Text;
public SourceLocation Location;
}
public uint CommandId;

Loading…
Cancel
Save