Redo VFM interface. Get rid of compaction_necessary, compaction_nval,
[pspp-builds.git] / src / command.c
index b12e46d0dfb9c7d815e7164b537b68832f8789f0..316868a2be5d5663ffb72ba4745144b62e8ea694 100644 (file)
@@ -562,11 +562,10 @@ int
 cmd_execute (void)
 {
   lex_match_id ("EXECUTE");
-  procedure (NULL, NULL, NULL, NULL);
+  procedure (NULL, NULL);
   return lex_end_of_command ();
 }
 
-
 #define assert_not_safer() \
   do { \
    if (set_safer) \
@@ -576,8 +575,6 @@ cmd_execute (void)
     } \
 } while(0) 
 
-
-
 /* Parses, performs the ERASE command. */
 int
 cmd_erase (void)