superscript
[pspp] / tests / output / pivot-table-test.c
index 6959c909ae1dfa5b3c50e33a5acdc7abc0a3612e..c9887399325e9f4345ded2a6ec8fab76345d6923 100644 (file)
@@ -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);