projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a881a
)
RENAME VARIABLES: Remove obsolete comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 18 Sep 2022 19:34:19 +0000
(12:34 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 18 Sep 2022 19:34:19 +0000
(12:34 -0700)
src/language/dictionary/rename-variables.c
patch
|
blob
|
history
diff --git
a/src/language/dictionary/rename-variables.c
b/src/language/dictionary/rename-variables.c
index 7d037a616687734679309246475b31d72b5aa1f9..28af671e8752c87ab7ab812c5df334ecac0070f8 100644
(file)
--- a/
src/language/dictionary/rename-variables.c
+++ b/
src/language/dictionary/rename-variables.c
@@
-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)
{