diff --git a/third_party/txt/src/minikin/GraphemeBreak.cpp b/third_party/txt/src/minikin/GraphemeBreak.cpp index 7e907352537c9..b711fae9aab7b 100644 --- a/third_party/txt/src/minikin/GraphemeBreak.cpp +++ b/third_party/txt/src/minikin/GraphemeBreak.cpp @@ -150,7 +150,6 @@ bool GraphemeBreak::isGraphemeBreak(const float* advances, if (p0 == U_GCB_EXTEND && offset_backback > start) { // skip over emoji variation selector U16_PREV(buf, start, offset_backback, c0); - p0 = tailoredGraphemeClusterBreak(c0); } if (isEmojiBase(c0)) { return false;