Remove long-dead comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Feb 2020 19:33:49 +0000 (14:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Feb 2020 19:33:49 +0000 (14:33 -0500)
These should've been dropped by a8bb8eb58, but evidently were
missed.  Not important enough to back-patch.

src/backend/commands/user.c

index c47fdfc9e55dd3c2106fee5f71868564e6f32c57..87562683c83cbf04c060accea195d26ddd9ee675 100644 (file)
@@ -1445,8 +1445,6 @@ roleSpecsToIds(List *memberNames)
  * memberIds: OIDs of roles to add
  * grantorId: who is granting the membership
  * admin_opt: granting admin option?
- *
- * Note: caller is responsible for calling auth_file_update_needed().
  */
 static void
 AddRoleMems(const char *rolename, Oid roleid,
@@ -1589,8 +1587,6 @@ AddRoleMems(const char *rolename, Oid roleid,
  * memberSpecs: list of RoleSpec of roles to del (used only for error messages)
  * memberIds: OIDs of roles to del
  * admin_opt: remove admin option only?
- *
- * Note: caller is responsible for calling auth_file_update_needed().
  */
 static void
 DelRoleMems(const char *rolename, Oid roleid,