summaryrefslogtreecommitdiff
path: root/src/stream_wrap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream_wrap.cc')
-rw-r--r--src/stream_wrap.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stream_wrap.cc b/src/stream_wrap.cc
index a737ed67b0..7bd53c58af 100644
--- a/src/stream_wrap.cc
+++ b/src/stream_wrap.cc
@@ -126,11 +126,6 @@ bool LibuvStreamWrap::IsClosing() {
}
-void* LibuvStreamWrap::Cast() {
- return reinterpret_cast<void*>(this);
-}
-
-
AsyncWrap* LibuvStreamWrap::GetAsyncWrap() {
return static_cast<AsyncWrap*>(this);
}