From 6a35daab6b5ed3188bb1072a48a75bbfc65e6ff5 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 10 Nov 2024 20:20:25 +0100 Subject: [PATCH] remove dead code --- EthernetInterface.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/EthernetInterface.cpp b/EthernetInterface.cpp index 26be378..ecdfefb 100644 --- a/EthernetInterface.cpp +++ b/EthernetInterface.cpp @@ -37,22 +37,6 @@ EthernetUDP udp; MDNS mdns(udp); -#if 0 //#if __has_include ( "MDNS_Generic.h") - #include "MDNS_Generic.h" - #define DO_MDNS - EthernetUDP udp; - MDNS mdns(udp); -void serviceFound(const char* type, MDNSServiceProtocol /*proto*/, const char* name, IPAddress ip, - unsigned short port, const char* txtContent) -{ - if (name == NULL) { - DIAG("End service discovery of %s", type); - return; - } - DIAG("Got %s of type %s", name, type); -} -#endif - //extern void looptimer(unsigned long timeout, const FSH* message); #define looptimer(a,b)