Remove dead code

This commit is contained in:
Behdad Esfahbod 2019-05-02 13:51:52 -07:00
parent 14e1fabc41
commit bf22338f49
1 changed files with 0 additions and 3 deletions

View File

@ -86,9 +86,6 @@ struct
(hb_deref_pointer (hb_forward<Appl> (a)) (hb_forward<Vals> (vs)...))
public:
template <typename Appl, typename Val1, typename ...Vals> auto
impl2 (Appl&& a, hb_priority<2>, Val1 &&v1, Vals &&...vs) const HB_AUTO_RETURN
(hb_deref_pointer (hb_forward<Val1> (v1)).*hb_forward<Appl> (a) (hb_forward<Vals> (vs)...))
template <typename Appl, typename ...Vals> auto
operator () (Appl&& a, Vals &&...vs) const HB_AUTO_RETURN