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:
Diffstat (limited to 'src/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index 89330fc7241..92492c42b73 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.h
@@ -32,7 +32,6 @@ class PipeWrap : public StreamWrap {
uv_pipe_t* UVHandle();
static v8::Local<v8::Object> Instantiate(Environment* env);
- static PipeWrap* Unwrap(v8::Local<v8::Object> obj);
static void Initialize(v8::Handle<v8::Object> target,
v8::Handle<v8::Value> unused,
v8::Handle<v8::Context> context);