From 1718464c60a7defb9acf3e23907709e0f1e8fa0f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 5 Jan 2025 20:12:02 -0600 Subject: [PATCH] updated build system --- support/include/utils/config.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/include/utils/config.hpp b/support/include/utils/config.hpp index e995f7f0..2f80100c 100644 --- a/support/include/utils/config.hpp +++ b/support/include/utils/config.hpp @@ -462,7 +462,6 @@ struct file_deleter final { }; using file_t = std::unique_ptr; -#if defined(PROJECT_ENABLE_CURL) struct http_range final { std::uint64_t begin{}; std::uint64_t end{}; @@ -471,7 +470,6 @@ struct http_range final { using http_headers = std::map; using http_query_parameters = std::map; using http_ranges = std::vector; -#endif // defined(PROJECT_ENABLE_CURL) } // namespace repertory #endif // defined(__cplusplus)