diff --git a/src/AST/Comment.cs b/src/AST/Comment.cs index 546f6df4..b527eecf 100644 --- a/src/AST/Comment.cs +++ b/src/AST/Comment.cs @@ -148,7 +148,6 @@ namespace CppSharp.AST public struct Argument { public string Text; - public SourceLocation Location; } public uint CommandId;