diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2013-08-07 18:03:13 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-08-07 18:03:14 +0200 |
commit | d24decb87ba736a33234713c1d824c9d05b48cce (patch) | |
tree | 5b7eeeeeb0177c8272e9948c943215d297f4a245 /src/handle_wrap.h | |
parent | 54a9ec4ef09f51c0903af515aa2404922d9f73f0 (diff) | |
download | node-new-d24decb87ba736a33234713c1d824c9d05b48cce.tar.gz |
src: remove no-op HandleWrap::Initialize()
It's never been used and we probably never will. Remove it.
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r-- | src/handle_wrap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h index cbe7e3248b..f06f639ce4 100644 --- a/src/handle_wrap.h +++ b/src/handle_wrap.h @@ -57,7 +57,6 @@ namespace node { class HandleWrap { public: - static void Initialize(v8::Handle<v8::Object> target); static void Close(const v8::FunctionCallbackInfo<v8::Value>& args); static void Ref(const v8::FunctionCallbackInfo<v8::Value>& args); static void Unref(const v8::FunctionCallbackInfo<v8::Value>& args); |