From f2e3be53bc33fc9269c248cec4ac26d6ec9054f7 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Tue, 29 Oct 2013 13:09:52 -0700 Subject: src: don't use class specific Unwrap methods Instead use the template functions in util.h. --- src/udp_wrap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/udp_wrap.h') 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& args); static void SetBroadcast(const v8::FunctionCallbackInfo& args); static void SetTTL(const v8::FunctionCallbackInfo& args); - static UDPWrap* Unwrap(v8::Local obj); static v8::Local Instantiate(Environment* env); uv_udp_t* UVHandle(); -- cgit v1.2.3