From f5a50a874f5d074ddb0644eb4e8b5e9b029adf08 Mon Sep 17 00:00:00 2001 From: dP Date: Mon, 15 Apr 2024 17:40:50 +0700 Subject: [PATCH] Codechange: Update doxygen comment to reflect removed parameter (#12499) --- src/strings.cpp | 1 - 1 file changed, 1 deletion(-) 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)