summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
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/tty_wrap.cc
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/tty_wrap.cc')
-rw-r--r--src/tty_wrap.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc
index bf94309cda..f97ea8a885 100644
--- a/src/tty_wrap.cc
+++ b/src/tty_wrap.cc
@@ -90,11 +90,6 @@ void TTYWrap::Initialize(Handle<Object> target,
}
-TTYWrap* TTYWrap::Unwrap(Local<Object> obj) {
- return UnwrapObject<TTYWrap>(obj);
-}
-
-
uv_tty_t* TTYWrap::UVHandle() {
return &handle_;
}