fix warning C4702: unreachable code

This commit is contained in:
Xisco Fauli 2026-02-06 11:28:34 +01:00
parent 221a4920db
commit 3c6a64b87d

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.