Fix more clang-tidy warnings
This commit is contained in:
parent
5747a65664
commit
c7cafa94c4
21 changed files with 178 additions and 208 deletions
src
|
@ -314,7 +314,6 @@ router_find_endpoint(const char *uri_str, size_t uri_len, struct mg_str *method_
|
|||
continue;
|
||||
}
|
||||
endpoints[i].possible_route = 0;
|
||||
continue;
|
||||
}
|
||||
uri_token = strtok_r(NULL, delimiter, &uri_token_save);
|
||||
++route_part;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue