fix static analyzer thing with un-used variable

This commit is contained in:
Benjamin Sergeant 2019-05-09 16:57:58 -07:00
parent dc1f9fb243
commit f90fc4bfa2

View File

@ -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;