Remove dead code
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 2 May 2019 20:51:52 +0000 (13:51 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 2 May 2019 20:51:52 +0000 (13:51 -0700)
src/hb-algs.hh

index c346780..e070010 100644 (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