diff --git a/xpcPlugin/Message.h b/xpcPlugin/Message.h index 483ee66..787a64f 100644 --- a/xpcPlugin/Message.h +++ b/xpcPlugin/Message.h @@ -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;