diff --git a/src/udp_wrap.h b/src/udp_wrap.h index 0d33e617c0e4b8..ad5f92c0f52bcb 100644 --- a/src/udp_wrap.h +++ b/src/udp_wrap.h @@ -27,7 +27,6 @@ class UDPWrap: public HandleWrap { static void Send6(const v8::FunctionCallbackInfo& args); static void RecvStart(const v8::FunctionCallbackInfo& args); static void RecvStop(const v8::FunctionCallbackInfo& args); - static void GetSockName(const v8::FunctionCallbackInfo& args); static void AddMembership(const v8::FunctionCallbackInfo& args); static void DropMembership(const v8::FunctionCallbackInfo& args); static void SetMulticastTTL(const v8::FunctionCallbackInfo& args);