diff --git a/src/strings.cpp b/src/strings.cpp index 16f7f6e77c..02c57d362b 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -388,7 +388,6 @@ static const char *GetDecimalSeparator() * Format a number into a string. * @param builder the string builder to write to * @param number the number to write down - * @param last the last element in the buffer * @param separator the thousands-separator to use */ static void FormatNumber(StringBuilder &builder, int64_t number, const char *separator)