mirror of
https://github.com/leethomason/tinyxml2.git
synced 2026-07-29 07:03:00 +04:00
Tackled more Clang analyzer warnings.
This commit is contained in:
@@ -139,7 +139,6 @@ char* StrPair::ParseName( char* p )
|
||||
{
|
||||
char* start = p;
|
||||
|
||||
start = p;
|
||||
if ( !start || !(*start) ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user