From ec19a0e513adf72b30d9dee70ae859223e3a67a5 Mon Sep 17 00:00:00 2001 From: Dmitry-Me Date: Mon, 25 Aug 2014 11:05:55 +0400 Subject: [PATCH] Remove obsolete comment --- tinyxml2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 86090d6..df345f9 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -112,7 +112,7 @@ char* StrPair::ParseText( char* p, const char* endTag, int strFlags ) { TIXMLASSERT( endTag && *endTag ); - char* start = p; // fixme: hides a member + char* start = p; char endChar = *endTag; size_t length = strlen( endTag );