summaryrefslogtreecommitdiff
path: root/node/Packet.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-05 10:19:12 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-05 10:19:12 -0400
commit4267e7da93a7394ad7059b6f71569642446f04a6 (patch)
tree44b2a6fb57d924a3d48da47f9551b77f2978eedd /node/Packet.cpp
parent0e43e5e8f2eddd5768873350d12103f2684bedbf (diff)
downloadinfinitytier-4267e7da93a7394ad7059b6f71569642446f04a6.tar.gz
infinitytier-4267e7da93a7394ad7059b6f71569642446f04a6.zip
Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder.
Diffstat (limited to 'node/Packet.cpp')
-rw-r--r--node/Packet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/Packet.cpp b/node/Packet.cpp
index 142bc0c7..c35c8f7e 100644
--- a/node/Packet.cpp
+++ b/node/Packet.cpp
@@ -61,7 +61,6 @@ const char *Packet::errorString(ErrorCode e)
case ERROR_BAD_PROTOCOL_VERSION: return "BAD_PROTOCOL_VERSION";
case ERROR_OBJ_NOT_FOUND: return "OBJECT_NOT_FOUND";
case ERROR_IDENTITY_COLLISION: return "IDENTITY_COLLISION";
- case ERROR_IDENTITY_INVALID: return "IDENTITY_INVALID";
case ERROR_UNSUPPORTED_OPERATION: return "UNSUPPORTED_OPERATION";
case ERROR_NO_MEMBER_CERTIFICATE: return "NO_MEMBER_CERTIFICATE";
}