From d5f33ac36eff7857083786e9daf076c4101cbd3c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Mar 2024 16:38:50 +0000 Subject: Kernel: bump. --- Private/Source/Network/NetworkDevice.cxx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Private/Source') diff --git a/Private/Source/Network/NetworkDevice.cxx b/Private/Source/Network/NetworkDevice.cxx index 0d9af73d..eba95a2c 100644 --- a/Private/Source/Network/NetworkDevice.cxx +++ b/Private/Source/Network/NetworkDevice.cxx @@ -6,24 +6,6 @@ #include -// network devices implementation. -// PPPNetworkService, TCPNetworkDevice, UDPNetworkService - namespace HCore { -NetworkDevice::NetworkDevice(void (*out)(NetworkDeviceCommand), - void (*in)(NetworkDeviceCommand), - void (*on_cleanup)(void)) - : DeviceInterface(out, in), fCleanup(on_cleanup) { -#ifdef __DEBUG__ - kcout << "NetworkDevice init.\r\n"; -#endif -} - -NetworkDevice::~NetworkDevice() { -#ifdef __DEBUG__ - kcout << "NetworkDevice cleanup.\r\n"; -#endif - if (fCleanup) fCleanup(); -} } // namespace HCore -- cgit v1.2.3