diff options
Diffstat (limited to 'tests/unigbrk/test-uc-grapheme-breaks.c')
-rw-r--r-- | tests/unigbrk/test-uc-grapheme-breaks.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/unigbrk/test-uc-grapheme-breaks.c b/tests/unigbrk/test-uc-grapheme-breaks.c index 755cdf7..dad6bf3 100644 --- a/tests/unigbrk/test-uc-grapheme-breaks.c +++ b/tests/unigbrk/test-uc-grapheme-breaks.c @@ -1,5 +1,5 @@ /* Grapheme cluster break function test. - Copyright (C) 2010-2018 Free Software Foundation, Inc. + Copyright (C) 2010-2022 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -139,8 +139,6 @@ main (int argc, char *argv[]) p = line; do { - ucs4_t next; - p += strspn (p, " \t\r\n"); if (!strncmp (p, "\303\267" /* รท */, 2)) { |