summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/handle_wrap.h')
-rw-r--r--src/handle_wrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/handle_wrap.h b/src/handle_wrap.h
index fcd9fb2cc7..d77485cdf6 100644
--- a/src/handle_wrap.h
+++ b/src/handle_wrap.h
@@ -65,8 +65,6 @@ class HandleWrap {
HandleWrap(v8::Handle<v8::Object> object, uv_handle_t* handle);
virtual ~HandleWrap();
- virtual void SetHandle(uv_handle_t* h);
-
v8::Persistent<v8::Object> object_;
private: