diff options
author | Juan José <soyjuanarbol@gmail.com> | 2025-07-05 06:05:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-05 13:05:46 +0200 |
commit | 55f5fce1cc888cd8ea7139882b76137176145853 (patch) | |
tree | 12f60e5b49d4c09b8c1e210e496e2ef6d51adbfe /src/win/util.c | |
parent | db3d0ff33a2701971a90f9c0284d28674555f716 (diff) | |
download | libuv-main.tar.gz libuv-main.zip |
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
Diffstat (limited to 'src/win/util.c')
-rw-r--r-- | src/win/util.c | 6 |
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; |