From cb0cc4f9a36064ae1ae6dbcb1bf87f5d7525c698 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Mon, 14 Dec 2015 23:03:20 +0200 Subject: [PATCH] Reverted a disposal because it breaks the Unix build. Signed-off-by: Dimitar Dobrev --- src/Core/Parser/ASTConverter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Core/Parser/ASTConverter.cs b/src/Core/Parser/ASTConverter.cs index b2db822e..65a62cd1 100644 --- a/src/Core/Parser/ASTConverter.cs +++ b/src/Core/Parser/ASTConverter.cs @@ -734,8 +734,6 @@ namespace CppSharp _rawComment.FullComment = commentConverter.Visit(rawComment.FullCommentBlock) as AST.FullComment; - NativeObjects.Add(rawComment); - return _rawComment; }