[algs] Remove hb_bitwise_non()

This commit is contained in:
Behdad Esfahbod 2021-08-19 13:06:10 -06:00
parent f4fd7baf7e
commit f09d5ed0f5
1 changed files with 0 additions and 6 deletions

View File

@ -1190,12 +1190,6 @@ struct
}
HB_FUNCOBJ (hb_bitwise_gt); // aka sub
struct
{ HB_PARTIALIZE(2);
template <typename T> constexpr auto
operator () (const T &a, const T &b) const HB_AUTO_RETURN (~a & ~b)
}
HB_FUNCOBJ (hb_bitwise_non);
struct
{ HB_PARTIALIZE(2);
template <typename T> constexpr auto
operator () (const T &a, const T &b) const HB_AUTO_RETURN (~a | b)