Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1497369

Browse files
committed
Get rid of a //-style comment.
Not sure how "//XXX" got into a committed patch in the first place, as it's both content-free and against project style. pgindent made a bit of a hash of it, too. Going forward, we should have at least one buildfarm member using "gcc -ansi" to catch such things, at least till such time as we decide the project target language isn't C90 any more. I've turned this option on on dromedary.
1 parent ac23b71 commit 1497369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/regress/pg_regress.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1974,8 +1974,7 @@ help(void)
19741974
printf(_(" (can be used multiple times to concatenate)\n"));
19751975
printf(_(" --temp-instance=DIR create a temporary instance in DIR\n"));
19761976
printf(_(" --use-existing use an existing installation\n"));
1977-
//XXX
1978-
printf(_("\n"));
1977+
printf(_("\n"));
19791978
printf(_("Options for \"temp-instance\" mode:\n"));
19801979
printf(_(" --no-locale use C locale\n"));
19811980
printf(_(" --port=PORT start postmaster on PORT\n"));

0 commit comments

Comments
 (0)