Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed Nov 10, 2024
1 parent afff10d commit 6a35daa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions EthernetInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6a35daa

Please sign in to comment.