aboutsummaryrefslogtreecommitdiff
path: root/src/win/util.c
diff options
context:
space:
mode:
authorJuan José <soyjuanarbol@gmail.com>2025-07-05 06:05:46 -0500
committerGitHub <noreply@github.com>2025-07-05 13:05:46 +0200
commit55f5fce1cc888cd8ea7139882b76137176145853 (patch)
tree12f60e5b49d4c09b8c1e210e496e2ef6d51adbfe /src/win/util.c
parentdb3d0ff33a2701971a90f9c0284d28674555f716 (diff)
downloadlibuv-main.tar.gz
libuv-main.zip
unix: deduplicate uv_free_interface_addresses (#4818)HEADv1.xmain
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
Diffstat (limited to 'src/win/util.c')
-rw-r--r--src/win/util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/win/util.c b/src/win/util.c
index cebc2b3e..8c2681fe 100644
--- a/src/win/util.c
+++ b/src/win/util.c
@@ -872,12 +872,6 @@ int uv_interface_addresses(uv_interface_address_t** addresses_ptr,
}
-void uv_free_interface_addresses(uv_interface_address_t* addresses,
- int count) {
- uv__free(addresses);
-}
-
-
int uv_getrusage(uv_rusage_t *uv_rusage) {
FILETIME create_time, exit_time, kernel_time, user_time;
SYSTEMTIME kernel_system_time, user_system_time;