Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / temporary.c
index 090ceafea1a986734f02038e85dc5b6a244f79fa..70d86cab285e2b3f3b0fd9a8f4db806e2b83fa40 100644 (file)
@@ -39,8 +39,6 @@ int temp_trns;
 int
 cmd_temporary (void)
 {
-  lex_match_id ("TEMPORARY");
-
   /* TEMPORARY is not allowed inside DO IF or LOOP. */
   if (ctl_stack)
     {