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