Removed comment
This commit is contained in:
parent
040dae6bf3
commit
4c054bea8a
@ -43,7 +43,6 @@ constexpr std::array<char, fmt_node.length> format_arg(arg_t arg) {
|
||||
|
||||
unsigned offset = 0;
|
||||
|
||||
// TODO: Does making this branchless make it more efficient?
|
||||
if (arg < 0) {
|
||||
result[0] = '-';
|
||||
arg = -arg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user