summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-07 18:03:13 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-07 18:03:14 +0200
commitd24decb87ba736a33234713c1d824c9d05b48cce (patch)
tree5b7eeeeeb0177c8272e9948c943215d297f4a245 /src/handle_wrap.h
parent54a9ec4ef09f51c0903af515aa2404922d9f73f0 (diff)
downloadandroid-node-v8-d24decb87ba736a33234713c1d824c9d05b48cce.tar.gz
android-node-v8-d24decb87ba736a33234713c1d824c9d05b48cce.tar.bz2
android-node-v8-d24decb87ba736a33234713c1d824c9d05b48cce.zip
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.h1
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);