Tackled more Clang analyzer warnings.

This commit is contained in:
Guillermo A. Amaral
2012-03-24 17:13:25 -07:00
parent e923c5c4c3
commit 9a6c6b84a1
2 changed files with 11 additions and 12 deletions

View File

@@ -139,7 +139,6 @@ char* StrPair::ParseName( char* p )
{
char* start = p;
start = p;
if ( !start || !(*start) ) {
return 0;
}