From 8b1224f0eece7a5b6846e206333e57ac4653a705 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 28 Dec 2015 21:31:28 -0500 Subject: [PATCH] Remove unused `retry:` label. Fixes a -Wunused-label warning when building harfbuzz with clang -Wall. --- src/hb-coretext.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 13ba5d94e..16a3e6517 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -693,7 +693,6 @@ resize_and_retry: scratch += old_scratch_used; scratch_size -= old_scratch_used; } -retry: { string_ref = CFStringCreateWithCharactersNoCopy (NULL, pchars, chars_len,