forked from fmtlib/fmt
Remove unused constants.
This commit is contained in:
committed by
Victor Zverovich
parent
9bb1605f10
commit
688a627d6c
@ -1288,8 +1288,6 @@ template <> struct float_info<double> {
|
|||||||
static const int small_divisor = 100;
|
static const int small_divisor = 100;
|
||||||
static const int min_k = -292;
|
static const int min_k = -292;
|
||||||
static const int max_k = 326;
|
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_lower_threshold = -77;
|
||||||
static const int shorter_interval_tie_upper_threshold = -77;
|
static const int shorter_interval_tie_upper_threshold = -77;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user