summaryrefslogtreecommitdiff
path: root/node/Switch.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-07 10:06:05 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-07 10:06:05 -0700
commit41fc08b3308be6ac57d737b225a58d41854bd695 (patch)
treeec89b4df1986e294d8aeeb447412f4a5dc653e4c /node/Switch.hpp
parent07ea4fd4f92d7d5aa8573525b11bf7821b9acb19 (diff)
downloadinfinitytier-41fc08b3308be6ac57d737b225a58d41854bd695.tar.gz
infinitytier-41fc08b3308be6ac57d737b225a58d41854bd695.zip
etherTypeName() is only used in Switch and only with ZT_TRACE
Diffstat (limited to 'node/Switch.hpp')
-rw-r--r--node/Switch.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp
index 1b29d050..89c9a56b 100644
--- a/node/Switch.hpp
+++ b/node/Switch.hpp
@@ -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);