summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index 5ad6a9be1b..6db7f4561c 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.h
@@ -42,8 +42,7 @@ class PipeWrap : public ConnectionWrap<PipeWrap, uv_pipe_t> {
private:
PipeWrap(Environment* env,
v8::Local<v8::Object> object,
- bool ipc,
- AsyncWrap* parent);
+ bool ipc);
static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Bind(const v8::FunctionCallbackInfo<v8::Value>& args);