Merge 3c6a64b87d3491659a7a31520d3c1f3733f350bf into 221a4920db7d68d33ab9794af602daef19667351

This commit is contained in:
Xisco Fauli 2026-02-06 10:29:27 +00:00 committed by GitHub
commit ec7434beb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,8 +313,6 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
return false; return false;
} }
} }
return true;
} }
template <typename UC> template <typename UC>
@ -369,8 +367,6 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
return false; return false;
} }
} }
return true;
} }
// Compares two ASCII strings in a case insensitive manner. // Compares two ASCII strings in a case insensitive manner.