Minor changes for Windows build

This commit is contained in:
Joseph Henry
2019-06-18 11:06:05 -07:00
parent f6f79b6305
commit 17e5b8172d
3 changed files with 12 additions and 11 deletions

View File

@@ -165,10 +165,6 @@ public:
void (*_handler)(void *, void *, uint64_t, const MAC &, const MAC &, unsigned int, unsigned int,
const void *, unsigned int);
void phyOnUnixClose(PhySocket *sock, void **uptr);
void phyOnUnixData(PhySocket *sock, void **uptr, void *data, ssize_t len);
void phyOnUnixWritable(PhySocket *sock, void **uptr, bool stack_invoked);
//////////////////////////////////////////////////////////////////////////////
// Lower-level lwIP netif handling and traffic handling readiness //
//////////////////////////////////////////////////////////////////////////////