diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-02-12 14:33:49 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-02-12 14:33:49 -0500 |
commit | 0973f5602c349ad99fae6f57cdcc26754a03ba83 (patch) | |
tree | 2f5d601e61f3c303ae9c3734fa972f9557434fd2 /src/backend/commands/user.c | |
parent | dce988145f7e455f224310afec6b06bcf3eed24e (diff) | |
download | postgresql-0973f5602c349ad99fae6f57cdcc26754a03ba83.tar.gz postgresql-0973f5602c349ad99fae6f57cdcc26754a03ba83.zip |
Remove long-dead comments.
These should've been dropped by a8bb8eb58, but evidently were
missed. Not important enough to back-patch.
Diffstat (limited to 'src/backend/commands/user.c')
-rw-r--r-- | src/backend/commands/user.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/backend/commands/user.c b/src/backend/commands/user.c index c47fdfc9e55..87562683c83 100644 --- a/src/backend/commands/user.c +++ b/src/backend/commands/user.c @@ -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, |