mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
LibProtocol: Remove redundant return statement
This commit is contained in:
parent
ee72a11ca9
commit
f06a7f40bf
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