From 88f54c0d7f66eb56ee46372f82a2e96817d55e21 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Jan 2023 10:51:47 +0100 Subject: [PATCH] remove unused --- src/lib/ebus/device.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/lib/ebus/device.cpp b/src/lib/ebus/device.cpp index 3fc82402..668d070c 100755 --- a/src/lib/ebus/device.cpp +++ b/src/lib/ebus/device.cpp @@ -896,18 +896,6 @@ void SerialDevice::checkDevice() { } } -#ifdef __CYGWIN__ - #ifndef TCP_KEEPCNT - #define TCP_KEEPCNT 8 - #endif - #ifndef TCP_KEEPINTVL - #define TCP_KEEPINTVL 150 - #endif - #ifndef TCP_KEEPIDLE - #define TCP_KEEPIDLE 14400 - #endif -#endif - result_t NetworkDevice::open() { result_t result = Device::open(); if (result != RESULT_OK) {