fix static analyzer thing with un-used variable
This commit is contained in:
parent
c7f0bf3d64
commit
dfaaaca223
@ -255,8 +255,6 @@ LUrlParser::clParseURL LUrlParser::clParseURL::ParseURL( const std::string& URL
|
|||||||
while ( *LocalString ) LocalString++;
|
while ( *LocalString ) LocalString++;
|
||||||
|
|
||||||
Result.m_Fragment = std::string( CurrentString, LocalString - CurrentString );
|
Result.m_Fragment = std::string( CurrentString, LocalString - CurrentString );
|
||||||
|
|
||||||
CurrentString = LocalString;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Result.m_ErrorCode = LUrlParserError_Ok;
|
Result.m_ErrorCode = LUrlParserError_Ok;
|
||||||
|
Loading…
Reference in New Issue
Block a user