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:
authorMarianneDr <marianne.drysdale@duke.edu>2018-10-12 20:37:02 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2018-10-15 13:00:00 +0300
commit0d6f0143901ca95f53f8d9e4bc03649595f4405d (patch)
tree07890970b793cfa73626932e26d6876f0f4acdc5 /src/udp_wrap.h
parent2d76dec4b47e515238173516ac2667f414315b49 (diff)
src: remove unused UVHandle methods
PR-URL: https://github.com/nodejs/node/pull/23535 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/udp_wrap.h')
-rw-r--r--src/udp_wrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/udp_wrap.h b/src/udp_wrap.h
index 030abdf74d9..e6b575f74a0 100644
--- a/src/udp_wrap.h
+++ b/src/udp_wrap.h
@@ -63,8 +63,6 @@ class UDPWrap: public HandleWrap {
static v8::Local<v8::Object> Instantiate(Environment* env,
AsyncWrap* parent,
SocketType type);
- uv_udp_t* UVHandle();
-
SET_NO_MEMORY_INFO()
SET_MEMORY_INFO_NAME(UDPWrap)
SET_SELF_SIZE(UDPWrap)