From 1e9502e1f6f30a7fab7086bf85fbfee03a0fdded Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 30 Dec 2020 19:44:16 -0800 Subject: [PATCH] superscript --- tests/output/pivot-table-test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/output/pivot-table-test.c b/tests/output/pivot-table-test.c index 6959c909ae..c988739932 100644 --- a/tests/output/pivot-table-test.c +++ b/tests/output/pivot-table-test.c @@ -362,9 +362,6 @@ read_value_option (struct lexer *lexer, struct pivot_value *value) } } - if (parse_string_setting (lexer, "SUPERSCRIPT", &value->superscript)) - return; - if (lex_match_id (lexer, "SUBSCRIPTS")) { lex_match (lexer, T_EQUALS); -- 2.30.2