1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

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
Notes: sideshowbarker 2024-07-17 04:49:48 +09:00

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