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/pipe_wrap.h')
-rw-r--r--src/pipe_wrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pipe_wrap.h b/src/pipe_wrap.h
index 6c77e355e7f..6c74de984b3 100644
--- a/src/pipe_wrap.h
+++ b/src/pipe_wrap.h
@@ -30,9 +30,6 @@ class PipeWrap : public StreamWrap {
static void Connect(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Open(const v8::FunctionCallbackInfo<v8::Value>& args);
- template <int (*F)(const uv_pipe_t*, char*, size_t*)>
- static void GetSockOrPeerName(const v8::FunctionCallbackInfo<v8::Value>&);
-
#ifdef _WIN32
static void SetPendingInstances(
const v8::FunctionCallbackInfo<v8::Value>& args);