Get rid of a //-style comment.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1497369e5df8bb129256f677a85327f80d3767d3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-06-05T21:04:07Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/test/regress/pg_regress.c modified +1 −2