Browse Source

LibCore: Don't implement pure virtual methods in `NetworkJob`

Lucas CHOLLET 2 years ago
parent
commit
5fc873f53b
1 changed files with 0 additions and 8 deletions
  1. 0 8
      Userland/Libraries/LibCore/NetworkJob.cpp

+ 0 - 8
Userland/Libraries/LibCore/NetworkJob.cpp

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