fix 'always true' warning

This commit is contained in:
Lee Thomason 2015-04-13 13:58:20 -07:00
parent 70f2c740c0
commit 4f0c2ffcab
1 changed files with 0 additions and 1 deletions

View File

@ -1958,7 +1958,6 @@ void XMLDocument::PrintError() const
TIXML_SNPRINTF( buf2, LEN, "%s", _errorStr2 );
}
TIXMLASSERT( INT_MIN <= _errorID && _errorID <= INT_MAX );
printf( "XMLDocument error id=%d '%s' str1=%s str2=%s\n",
static_cast<int>( _errorID ), ErrorName(), buf1, buf2 );
}