diff options
author | Trevor Norris <trev.norris@gmail.com> | 2013-10-29 13:09:52 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2013-10-29 15:09:44 -0700 |
commit | f2e3be53bc33fc9269c248cec4ac26d6ec9054f7 (patch) | |
tree | 544ee459002a8fc1c8f3dccb2ff2025959fdd82b /src/tty_wrap.h | |
parent | 60a3e695cb6ff09f81de4195368535fdb11e2da9 (diff) | |
download | node-new-f2e3be53bc33fc9269c248cec4ac26d6ec9054f7.tar.gz |
src: don't use class specific Unwrap methods
Instead use the template functions in util.h.
Diffstat (limited to 'src/tty_wrap.h')
-rw-r--r-- | src/tty_wrap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tty_wrap.h b/src/tty_wrap.h index 4c69b4c88a..91abfeb414 100644 --- a/src/tty_wrap.h +++ b/src/tty_wrap.h @@ -33,7 +33,6 @@ class TTYWrap : public StreamWrap { static void Initialize(v8::Handle<v8::Object> target, v8::Handle<v8::Value> unused, v8::Handle<v8::Context> context); - static TTYWrap* Unwrap(v8::Local<v8::Object> obj); uv_tty_t* UVHandle(); |