mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
LibCore: Don't implement pure virtual methods in NetworkJob
This commit is contained in:
parent
9581fe1d7d
commit
5fc873f53b
1 changed files with 0 additions and 8 deletions
|
@ -16,14 +16,6 @@ NetworkJob::NetworkJob(Stream& output_stream)
|
|||
{
|
||||
}
|
||||
|
||||
void NetworkJob::start(Core::Socket&)
|
||||
{
|
||||
}
|
||||
|
||||
void NetworkJob::shutdown(ShutdownMode)
|
||||
{
|
||||
}
|
||||
|
||||
void NetworkJob::did_finish(NonnullRefPtr<NetworkResponse>&& response)
|
||||
{
|
||||
if (is_cancelled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue