Skip to content

Commit 874d3d8

Browse files
author
ripley
committed
comment out unused --debug-init
git-svn-id: https://svn.r-project.org/R/trunk@87860 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent da39a84 commit 874d3d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/CommandLineArgs.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ R_common_command_line(int *pac, char **argv, Rstart Rp)
165165
else if (!strcmp(*av, "--no-init-file")) {
166166
Rp->LoadInitFile = FALSE;
167167
}
168-
// Undocumented and unused.
169-
else if (!strcmp(*av, "--debug-init")) {
170-
Rp->DebugInitFile = TRUE;
171-
}
168+
/* Undocumented and unused.
169+
else if (!strcmp(*av, "--debug-init")) {
170+
Rp->DebugInitFile = TRUE;
171+
*/
172172
else if (!strncmp(*av, "--encoding", 10)) {
173173
if(strlen(*av) < 12) {
174174
if(ac > 1) {ac--; av++; p = *av;} else p = NULL;

0 commit comments

Comments
 (0)