etherTypeName() is only used in Switch and only with ZT_TRACE

This commit is contained in:
Adam Ierymenko 2015-07-07 10:06:05 -07:00
parent 07ea4fd4f9
commit 41fc08b330
2 changed files with 17 additions and 23 deletions

View file

@ -177,13 +177,6 @@ public:
*/
unsigned long doTimerTasks(uint64_t now);
/**
* @param etherType Ethernet type ID
* @return Human-readable name
*/
static const char *etherTypeName(const unsigned int etherType)
throw();
private:
void _handleRemotePacketFragment(const InetAddress &fromAddr,const void *data,unsigned int len);
void _handleRemotePacketHead(const InetAddress &fromAddr,const void *data,unsigned int len);