[array] Remove unused type pack

This commit is contained in:
Behdad Esfahbod 2022-08-18 16:13:56 -06:00
parent 37d61afd5e
commit c606978ee0
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ struct hb_sorted_array_t :
unsigned int i;
return bfind (x, &i) ? &this->arrayZ[i] : not_found;
}
template <typename T, typename ...Ts>
template <typename T>
const Type *bsearch (const T &x, const Type *not_found = nullptr) const
{
unsigned int i;