From 470219694c115ee0404bb671d5cc1b3a095fd233 Mon Sep 17 00:00:00 2001 From: Jason Watkins Date: Tue, 1 Mar 2016 16:31:40 -0800 Subject: [PATCH] Remove unused method from Message.h --- xpcPlugin/Message.h | 3 --- 1 file changed, 3 deletions(-) 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;