X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fcorrelations.q;h=4c9f74b7f3344f5a5e32fdcbe70045bf679a9c45;hb=c87fb686f323f651a1d3f3892c31bf66788916d9;hp=5b4fc2b38b7ea45199dcee5c7d37c571b0f2e36e;hpb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;p=pspp diff --git a/src/correlations.q b/src/correlations.q index 5b4fc2b38b..4c9f74b7f3 100644 --- a/src/correlations.q +++ b/src/correlations.q @@ -72,9 +72,6 @@ internal_cmd_correlations (void) cor_list = cor_last = NULL; matrix_file = NULL; - lex_match_id ("PEARSON"); - lex_match_id ("CORRELATIONS"); - if (!parse_correlations (&cmd)) return CMD_FAILURE; free_correlations (&cmd);