1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refactor code

This commit is contained in:
winlin 2020-03-31 22:48:38 +08:00
parent e19b927f92
commit d81cde695d
4 changed files with 1 additions and 8 deletions

View file

@ -99,7 +99,6 @@ std::string srs_sip_get_param(std::string msg, std::string param)
{
std::vector<std::string> vec_params = srs_string_split(msg, ";");
size_t min_pos = string::npos;
for (vector<string>::iterator it = vec_params.begin(); it != vec_params.end(); ++it) {
string value = *it;