Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/udp_wrap.h')
-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 b9aa566be22..ab0d6fa8e69 100644
--- a/src/udp_wrap.h
+++ b/src/udp_wrap.h
@@ -52,7 +52,6 @@ class UDPWrap: public HandleWrap {
const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetBroadcast(const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetTTL(const v8::FunctionCallbackInfo<v8::Value>& args);
- static UDPWrap* Unwrap(v8::Local<v8::Object> obj);
static v8::Local<v8::Object> Instantiate(Environment* env);
uv_udp_t* UVHandle();