mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
Remove obsolete comment
This commit is contained in:
parent
b6ea923f0f
commit
ec19a0e513
@ -112,7 +112,7 @@ char* StrPair::ParseText( char* p, const char* endTag, int strFlags )
|
|||||||
{
|
{
|
||||||
TIXMLASSERT( endTag && *endTag );
|
TIXMLASSERT( endTag && *endTag );
|
||||||
|
|
||||||
char* start = p; // fixme: hides a member
|
char* start = p;
|
||||||
char endChar = *endTag;
|
char endChar = *endTag;
|
||||||
size_t length = strlen( endTag );
|
size_t length = strlen( endTag );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user