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/tcp_wrap.h')
-rw-r--r--src/tcp_wrap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tcp_wrap.h b/src/tcp_wrap.h
index b1fa4c7f8f2..c9981f572db 100644
--- a/src/tcp_wrap.h
+++ b/src/tcp_wrap.h
@@ -30,7 +30,6 @@ namespace node {
class TCPWrap : public StreamWrap {
public:
static v8::Local<v8::Object> Instantiate(Environment* env);
- static TCPWrap* Unwrap(v8::Local<v8::Object> obj);
static void Initialize(v8::Handle<v8::Object> target,
v8::Handle<v8::Value> unused,
v8::Handle<v8::Context> context);