mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibCore: Don't implement pure virtual methods in NetworkJob
This commit is contained in:
committed by
Jelle Raaijmakers
parent
9581fe1d7d
commit
5fc873f53b
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user