summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/udp_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udp_wrap.h b/src/udp_wrap.h
index 0d33e617c0..ad5f92c0f5 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<v8::Value>& args);
static void RecvStart(const v8::FunctionCallbackInfo<v8::Value>& args);
static void RecvStop(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void GetSockName(const v8::FunctionCallbackInfo<v8::Value>& args);
static void AddMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
static void DropMembership(const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetMulticastTTL(const v8::FunctionCallbackInfo<v8::Value>& args);