From 4a538299663ac86314ea2c629f482f3039cd93fd Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:47:34 -0400 Subject: [PATCH] Remove libuv dependency --- sysid/src/main/native/cpp/App.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sysid/src/main/native/cpp/App.cpp b/sysid/src/main/native/cpp/App.cpp index e9b058f57e3..6d1b9285a32 100644 --- a/sysid/src/main/native/cpp/App.cpp +++ b/sysid/src/main/native/cpp/App.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -96,8 +95,6 @@ void Application(std::string_view saveDir) { }); gLogger.set_min_level(wpi::WPI_LOG_DEBUG); - // Set the number of workers for the libuv threadpool. - uv_os_setenv("UV_THREADPOOL_SIZE", "6"); // Initialize window manager and add views. auto& storage = glass::GetStorageRoot().GetChild("SysId");