Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / split-file.c
index bffcd5b18007d1c135b76e0e77467794fa233560..6eba150b9928032db393430dbcd0c9083a4e0fda 100644 (file)
@@ -29,9 +29,6 @@
 int
 cmd_split_file (void)
 {
-  lex_match_id ("SPLIT");
-  lex_match_id ("FILE");
-
   if (lex_match_id ("OFF"))
     dict_set_split_vars (default_dict, NULL, 0);
   else