Skip to content

Commit

Permalink
Remove unused constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-jeon authored and vitaut committed Jul 14, 2022
1 parent 9bb1605 commit 688a627
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 688a627

Please sign in to comment.