diff options
author | Trevor Norris <trev.norris@gmail.com> | 2013-10-29 13:09:52 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2013-10-29 15:09:44 -0700 |
commit | f2e3be53bc33fc9269c248cec4ac26d6ec9054f7 (patch) | |
tree | 544ee459002a8fc1c8f3dccb2ff2025959fdd82b /src/udp_wrap.h | |
parent | 60a3e695cb6ff09f81de4195368535fdb11e2da9 (diff) | |
download | node-new-f2e3be53bc33fc9269c248cec4ac26d6ec9054f7.tar.gz |
src: don't use class specific Unwrap methods
Instead use the template functions in util.h.
Diffstat (limited to 'src/udp_wrap.h')
-rw-r--r-- | src/udp_wrap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udp_wrap.h b/src/udp_wrap.h index b9aa566be2..ab0d6fa8e6 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(); |