Remove obsolete comment
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 26 Aug 2022 08:33:55 +0000 (10:33 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 26 Aug 2022 08:44:50 +0000 (10:44 +0200)
commitab9717847a2b0c32b93121f873f4dff331e26eb0
tree4d6e5acaa7f3769d15695d8a4c21926b5010e0aa
parenta8b02587a3c20997f8991878eb02ef475a343e1f
Remove obsolete comment

The comment in basebackup.c updated by 33bd4698c11 was actually
obsolete to begin with, since the symbols it was referring to haven't
existed in that header file for quite some time.  The header file is
still needed for other reasons, though, so keep the #include, just
drop the comment.
src/backend/backup/basebackup.c