Remove unused retry:
label.
Fixes a -Wunused-label warning when building harfbuzz with clang -Wall.
This commit is contained in:
parent
9d280cf49f
commit
8b1224f0ee
@ -693,7 +693,6 @@ resize_and_retry:
|
||||
scratch += old_scratch_used;
|
||||
scratch_size -= old_scratch_used;
|
||||
}
|
||||
retry:
|
||||
{
|
||||
string_ref = CFStringCreateWithCharactersNoCopy (NULL,
|
||||
pchars, chars_len,
|
||||
|
Loading…
Reference in New Issue
Block a user