diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-05-26 20:04:17 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-05-30 00:12:49 +0200 |
commit | 448adaa4563fb035c5fccfe4a9a0cc74b5ca5ba0 (patch) | |
tree | 16c59ba2097f4862ff677e3da10588d830788e3f /src/handle_wrap.h | |
parent | 4d68daea0f3b092743a7793748f684c2827d6210 (diff) | |
download | node-new-448adaa4563fb035c5fccfe4a9a0cc74b5ca5ba0.tar.gz |
src: simplify HandleWrap initialization
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r-- | src/handle_wrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h index fcd9fb2cc7..d77485cdf6 100644 --- a/src/handle_wrap.h +++ b/src/handle_wrap.h @@ -65,8 +65,6 @@ class HandleWrap { HandleWrap(v8::Handle<v8::Object> object, uv_handle_t* handle); virtual ~HandleWrap(); - virtual void SetHandle(uv_handle_t* h); - v8::Persistent<v8::Object> object_; private: |