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/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 bf94309cda4..f97ea8a8858 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_;
}