From dffea5747b04b8fce60aa79b4079ce3aa79d7e84 Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Mon, 19 Oct 2015 22:51:49 -0700 Subject: [PATCH] remove mystery comment --- tinyxml2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tinyxml2.h b/tinyxml2.h index b90471b..fb7464a 100755 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -166,7 +166,6 @@ private: NEEDS_DELETE = 0x200 }; - // After parsing, if *_end != 0, it can be set to zero. int _flags; char* _start; char* _end;