mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor code
This commit is contained in:
parent
e19b927f92
commit
d81cde695d
4 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue