summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.h
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-10-29 13:09:52 -0700
committerTrevor Norris <trev.norris@gmail.com>2013-10-29 15:09:44 -0700
commitf2e3be53bc33fc9269c248cec4ac26d6ec9054f7 (patch)
tree544ee459002a8fc1c8f3dccb2ff2025959fdd82b /src/pipe_wrap.h
parent60a3e695cb6ff09f81de4195368535fdb11e2da9 (diff)
downloadandroid-node-v8-f2e3be53bc33fc9269c248cec4ac26d6ec9054f7.tar.gz
android-node-v8-f2e3be53bc33fc9269c248cec4ac26d6ec9054f7.tar.bz2
android-node-v8-f2e3be53bc33fc9269c248cec4ac26d6ec9054f7.zip
src: don't use class specific Unwrap methods
Instead use the template functions in util.h.
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 89330fc724..92492c42b7 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);