From fb270887b43c4c1b606ff283f989a4d9e6eb910f Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Mon, 25 May 2020 23:38:52 +0200 Subject: [PATCH] updated to libuv v1.38 --- CMakeLists.txt | 2 +- src/uvw/util.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a147ec17..957308c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ function(fetch_libuv) FetchContent_Declare( libuv GIT_REPOSITORY https://github.com/libuv/libuv.git - GIT_TAG v1.37.0 + GIT_TAG v1.38.0 GIT_SHALLOW 1 ) diff --git a/src/uvw/util.h b/src/uvw/util.h index 42271376..b9514af4 100644 --- a/src/uvw/util.h +++ b/src/uvw/util.h @@ -645,7 +645,6 @@ struct Utilities { */ static HandleType guessHandle(FileHandle file) noexcept; - /** @brief Gets information about the CPUs on the system. * * This function can be used to query the underlying system and get a set of