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)