Remove unused constants.

This commit is contained in:
Junekey Jeon 2022-07-14 14:58:35 -07:00 committed by Victor Zverovich
parent 9bb1605f10
commit 688a627d6c

View File

@ -1288,8 +1288,6 @@ template <> struct float_info<double> {
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;
};