mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
Reference in a new issue