fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-08 14:26:56 -05:00
parent 99b50713ce
commit c24bd2d615
3 changed files with 4 additions and 12 deletions

View File

@@ -53,10 +53,6 @@
#include <csignal>
#endif // defined(__APPLE__)
#if defined(_WIN32)
#include "utils/com_init_wrapper.hpp"
#endif // defined(_WIN32)
namespace {
#if defined(PROJECT_ENABLE_CURL)
bool curl_initialized{false};
@@ -79,10 +75,6 @@ auto project_initialize() -> bool {
std::signal(SIGPIPE, SIG_IGN);
#endif // defined(__APPLE__)
#if defined(_WIN32)
[[maybe_unused]] static const utils::com_init_wrapper wrapper;
#endif // defined(_WIN32)
#if defined(PROJECT_REQUIRE_ALPINE) && !defined(PROJECT_IS_MINGW)
{
static constexpr auto guard_size{4096U};