From 688a627d6c4d1fb6dfe070397b7cd4bf55a0024e Mon Sep 17 00:00:00 2001 From: Junekey Jeon Date: Thu, 14 Jul 2022 14:58:35 -0700 Subject: [PATCH] Remove unused constants. --- include/fmt/format.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index e2397780..dad643c6 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1288,8 +1288,6 @@ template <> struct float_info { static const int small_divisor = 100; static const int min_k = -292; static const int max_k = 326; - static const int divisibility_check_by_5_threshold = 86; - static const int case_fc_pm_half_lower_threshold = -2; static const int shorter_interval_tie_lower_threshold = -77; static const int shorter_interval_tie_upper_threshold = -77; };