From 4594730f64e534e975065afce925b581fd9c6acd Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 19 Oct 2018 22:12:25 +0700 Subject: [PATCH] Remove redundant return at end of void-returning function. --- src/hb-ot-layout-gsubgpos.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index 26a241056..14fab6b96 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -199,8 +199,6 @@ struct hb_collect_glyphs_context_t : after = old_after; recursed_lookups->add (lookup_index); - - return; } hb_face_t *face;