Remove unused method from Message.h

This commit is contained in:
Jason Watkins
2016-03-01 16:31:40 -08:00
parent ec151a2248
commit 470219694c

View File

@@ -26,9 +26,6 @@ namespace XPC
/// with the size set to 0.
static Message ReadFrom(const UDPSocket& sock);
/// Gets the message header in binary form.
unsigned long GetMagicNumber() const;
/// Gets the message header.
std::string GetHead() const;