Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-07 20:03:13 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-07 20:03:14 +0400
commitd24decb87ba736a33234713c1d824c9d05b48cce (patch)
tree5b7eeeeeb0177c8272e9948c943215d297f4a245 /src/handle_wrap.h
parent54a9ec4ef09f51c0903af515aa2404922d9f73f0 (diff)
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 cbe7e3248ba..f06f639ce43 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);