Back out service message type -- YAGNI violation.
This commit is contained in:
parent
56cfe1d603
commit
87c599df5c
2 changed files with 1 additions and 35 deletions
|
@ -50,7 +50,6 @@ const char *Packet::verbString(Verb v)
|
|||
case VERB_NETWORK_CONFIG_REFRESH: return "NETWORK_CONFIG_REFRESH";
|
||||
case VERB_MULTICAST_GATHER: return "MULTICAST_GATHER";
|
||||
case VERB_MULTICAST_FRAME: return "MULTICAST_FRAME";
|
||||
case VERB_SERVICE_MESSAGE: return "SERVICE_MESSAGE";
|
||||
}
|
||||
return "(unknown)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue