summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/Network/NetworkDevice.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source/Network/NetworkDevice.cxx')
-rw-r--r--Private/Source/Network/NetworkDevice.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/Private/Source/Network/NetworkDevice.cxx b/Private/Source/Network/NetworkDevice.cxx
deleted file mode 100644
index 34b249c5..00000000
--- a/Private/Source/Network/NetworkDevice.cxx
+++ /dev/null
@@ -1,15 +0,0 @@
-/* -------------------------------------------
-
- Copyright Mahrouss Logic
-
-------------------------------------------- */
-
-#include <NetworkKit/NetworkDevice.hpp>
-
-namespace NewOS
-{
- const char* NetworkDevice::Name() const
- {
- return "NetworkDevice";
- }
-} // namespace NewOS