LibProtocol: Remove redundant return statement
This commit is contained in:
parent
ee72a11ca9
commit
f06a7f40bf
Notes:
sideshowbarker
2024-07-17 06:02:18 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/f06a7f40bf Pull-request: https://github.com/SerenityOS/serenity/pull/15533 Reviewed-by: https://github.com/linusg
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ RefPtr<Request> RequestClient::start_request(String const& method, URL const& ur
|
|||
request->set_request_fd({}, response_fd);
|
||||
m_requests.set(request_id, request);
|
||||
return request;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool RequestClient::stop_request(Badge<Request>, Request& request)
|
||||
|
|
Loading…
Add table
Reference in a new issue