CLEAR TRANSFORMATIONS is unsafe as implemented. It's a fair amount of
[pspp-builds.git] / src / language / command.c
index b842084eada0b00f33b2b0ce2d8d0b1113108aec..5712ddbe4b46a489c29b8041fd2ebcac4174590d 100644 (file)
@@ -832,17 +832,6 @@ cmd_new_file (void)
   return lex_end_of_command ();
 }
 
-/* Parses, performs the CLEAR TRANSFORMATIONS command. */
-int
-cmd_clear_transformations (void)
-{
-  cancel_transformations ();
-  /* FIXME: what about variables created by transformations?
-     They need to be properly initialized. */
-
-  return CMD_SUCCESS;
-}
-
 /* Parses a comment. */
 int
 cmd_comment (void)