From b2cabe255151219e6af653e8343ae2269c763720 Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 24 Jul 2013 16:27:03 +0100 Subject: [PATCH] Remove unused field. --- src/AST/Comment.cs | 1 - 1 file changed, 1 deletion(-) 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;