Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / count.c
index 2ab52e250ea82aafdb1efdd7074b65d02b6fa3ac..0fc7370bb8d44c5f660e42c9c3593e769ab649ab 100644 (file)
@@ -134,8 +134,6 @@ cmd_count (void)
   struct count_trns *trns;      /* Transformation. */
   struct cnt_var_info *head;    /* First counting in chain. */
 
-  lex_match_id ("COUNT");
-
   /* Parses each slash-delimited specification. */
   head = cnt = xmalloc (sizeof *cnt);
   for (;;)