[array] Remove unused type pack
This commit is contained in:
parent
37d61afd5e
commit
c606978ee0
|
@ -342,7 +342,7 @@ struct hb_sorted_array_t :
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
return bfind (x, &i) ? &this->arrayZ[i] : not_found;
|
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
|
const Type *bsearch (const T &x, const Type *not_found = nullptr) const
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
Loading…
Reference in New Issue