Skip to content

Commit 0973f56

Browse files
committed
Remove long-dead comments.
These should've been dropped by a8bb8eb, but evidently were missed. Not important enough to back-patch.
1 parent dce9881 commit 0973f56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/commands/user.c

-4
Original file line numberDiff line numberDiff line change
@@ -1445,8 +1445,6 @@ roleSpecsToIds(List *memberNames)
14451445
* memberIds: OIDs of roles to add
14461446
* grantorId: who is granting the membership
14471447
* admin_opt: granting admin option?
1448-
*
1449-
* Note: caller is responsible for calling auth_file_update_needed().
14501448
*/
14511449
static void
14521450
AddRoleMems(const char *rolename, Oid roleid,
@@ -1589,8 +1587,6 @@ AddRoleMems(const char *rolename, Oid roleid,
15891587
* memberSpecs: list of RoleSpec of roles to del (used only for error messages)
15901588
* memberIds: OIDs of roles to del
15911589
* admin_opt: remove admin option only?
1592-
*
1593-
* Note: caller is responsible for calling auth_file_update_needed().
15941590
*/
15951591
static void
15961592
DelRoleMems(const char *rolename, Oid roleid,

0 commit comments

Comments
 (0)