Skip to content

Commit 10461b6

Browse files
committed
Remove unused variable
1 parent ff9ff7d commit 10461b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/boost/decimal/detail/locale_conversion.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ inline void convert_string_to_c_locale(char* buffer, const std::locale& loc) noe
2626
locale_thousands_sep = ' ';
2727
}
2828
const bool has_grouping {!np.grouping().empty() && np.grouping()[0] > 0};
29-
const int grouping_size {has_grouping ? np.grouping()[0] : 0};
3029

3130
// Remove thousands separator if it exists and grouping is enabled
3231
if (has_grouping && locale_thousands_sep != '\0')

0 commit comments

Comments
 (0)