aboutsummaryrefslogtreecommitdiff
path: root/src/connection_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection_wrap.h')
-rw-r--r--src/connection_wrap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/connection_wrap.h b/src/connection_wrap.h
index 72030a0090..5b11408876 100644
--- a/src/connection_wrap.h
+++ b/src/connection_wrap.h
@@ -12,10 +12,6 @@ namespace node {
template <typename WrapType, typename UVType>
class ConnectionWrap : public LibuvStreamWrap {
public:
- UVType* UVHandle() {
- return &handle_;
- }
-
static void OnConnection(uv_stream_t* handle, int status);
static void AfterConnect(uv_connect_t* req, int status);