Skip to content

Commit

Permalink
Remove libuv dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Oct 12, 2024
1 parent 0657014 commit 4a53829
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sysid/src/main/native/cpp/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <glass/WindowManager.h>
#include <glass/other/Log.h>
#include <imgui.h>
#include <uv.h>
#include <wpi/Logger.h>
#include <wpi/print.h>
#include <wpigui.h>
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 4a53829

Please sign in to comment.