Skip to content

Commit bc979c6

Browse files
author
Ben Iofel
committed
remove old comment
1 parent ee606a1 commit bc979c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/flypg/repmgr.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ func (*RepMgr) MemberByHostname(ctx context.Context, pg *pgx.Conn, hostname stri
450450
}
451451

452452
// MemberBy6PN returns a member by its 6PN address.
453-
// This assumes the hostnames are hostnames
454453
func (r *RepMgr) MemberBy6PN(ctx context.Context, pg *pgx.Conn, ip string) (*Member, error) {
455454
members, err := r.Members(ctx, pg)
456455
if err != nil {

0 commit comments

Comments
 (0)