LibCore: Don't implement pure virtual methods in NetworkJob

This commit is contained in:
Lucas CHOLLET 2023-02-09 19:03:04 -05:00 committed by Jelle Raaijmakers
parent 9581fe1d7d
commit 5fc873f53b

View file

@ -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())