From bd398609ce7f516bf6fae617656fff0509c5fc1c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 15 Nov 2025 00:00:00 +0000 Subject: Include hashes in object structs --- obj.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'obj.go') diff --git a/obj.go b/obj.go index d3d69c25..38f18b55 100644 --- a/obj.go +++ b/obj.go @@ -33,10 +33,6 @@ type Object interface { ObjType() ObjType } -type objectBase struct { - Hash Hash -} - func computeRawHash(data []byte) Hash { var id Hash sum := newHash(data) -- cgit v1.3.1-10-gc9f91