diff options
| author | 2026-03-29 13:27:55 +0000 | |
|---|---|---|
| committer | 2026-03-29 13:27:55 +0000 | |
| commit | abce6092bf50a1878934e2b442c6781e6aff3fca (patch) | |
| tree | 3cde8b3b560c7fe4242ba1966588e497fb472142 /format/commitgraph/read/hash.go | |
| parent | format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe (diff) | |
| signature | No signature | |
format/commitgraph: Trim redundant MT-Safe's
Diffstat (limited to 'format/commitgraph/read/hash.go')
| -rw-r--r-- | format/commitgraph/read/hash.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/format/commitgraph/read/hash.go b/format/commitgraph/read/hash.go index 4c0e3d2d..3a525afe 100644 --- a/format/commitgraph/read/hash.go +++ b/format/commitgraph/read/hash.go @@ -9,8 +9,6 @@ import ( ) // HashVersion returns the commit-graph hash version. -// -// Labels: MT-Safe. func (reader *Reader) HashVersion() uint8 { return reader.hashVersion } |
