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/commits.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'format/commitgraph/read/commits.go') diff --git a/format/commitgraph/read/commits.go b/format/commitgraph/read/commits.go index e0a299e7..48984ecb 100644 --- a/format/commitgraph/read/commits.go +++ b/format/commitgraph/read/commits.go @@ -15,8 +15,6 @@ type Commit struct { } // NumCommits returns total commits across loaded layers. -// -// Labels: MT-Safe. func (reader *Reader) NumCommits() uint32 { return reader.total } -- cgit v1.3.1-10-gc9f91