[meta] Remove unused hb_ref()

This commit is contained in:
Behdad Esfahbod 2022-01-13 16:19:44 -07:00
parent e30511a8de
commit 71e6f742a8
1 changed files with 0 additions and 10 deletions

View File

@ -135,16 +135,6 @@ struct
}
HB_FUNCOBJ (hb_deref);
struct
{
template <typename T> constexpr auto
operator () (T&& v) const HB_AUTO_RETURN (std::forward<T> (v))
template <typename T> constexpr auto
operator () (T& v) const HB_AUTO_RETURN (std::addressof (v))
}
HB_FUNCOBJ (hb_ref);
template <typename T>
struct hb_reference_wrapper
{