unigbrk: Avoid gcc warnings.
[gnulib.git] / tests / unigbrk / test-u16-grapheme-breaks.c
index 165ea4e..988f2ed 100644 (file)
@@ -81,8 +81,6 @@ test_u16_grapheme_breaks (const char *expected, ...)
 int
 main (void)
 {
-  static const char s[] = "abc";
-
   /* Standalone 1-unit graphemes.  */
   test_u16_grapheme_breaks ("#", 'a', -1);
   test_u16_grapheme_breaks ("##", 'a', 'b', -1);