RENAME VARIABLES: Remove obsolete comment.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 18 Sep 2022 19:34:19 +0000 (12:34 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 18 Sep 2022 19:34:19 +0000 (12:34 -0700)
src/language/dictionary/rename-variables.c

index 7d037a616687734679309246475b31d72b5aa1f9..28af671e8752c87ab7ab812c5df334ecac0070f8 100644 (file)
@@ -32,8 +32,6 @@
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-/* The code for this function is very similar to the code for the
-   RENAME subcommand of MODIFY VARS. */
 int
 cmd_rename_variables (struct lexer *lexer, struct dataset *ds)
 {