From abce6092bf50a1878934e2b442c6781e6aff3fca Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 13:27:55 +0000 Subject: format/commitgraph: Trim redundant MT-Safe's --- format/commitgraph/read/iterators.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'format/commitgraph/read/iterators.go') diff --git a/format/commitgraph/read/iterators.go b/format/commitgraph/read/iterators.go index f8731526..0e31f7e5 100644 --- a/format/commitgraph/read/iterators.go +++ b/format/commitgraph/read/iterators.go @@ -9,7 +9,7 @@ import ( // AllPositions iterates all commit positions in native layer order. // -// Labels: MT-Safe, Life-Parent. +// Labels: Life-Parent. func (reader *Reader) AllPositions() iter.Seq[Position] { return func(yield func(Position) bool) { for layerIdx := range reader.layers { @@ -31,7 +31,7 @@ func (reader *Reader) AllPositions() iter.Seq[Position] { // AllOIDs iterates all commit object IDs in native layer order. // -// Labels: MT-Safe, Life-Parent. +// Labels: Life-Parent. func (reader *Reader) AllOIDs() iter.Seq[objectid.ObjectID] { return func(yield func(objectid.ObjectID) bool) { positions := reader.AllPositions() -- cgit v1.3.1-10-gc9f91