aboutsummaryrefslogtreecommitdiff
path: root/obj.go
diff options
context:
space:
mode:
Diffstat (limited to 'obj.go')
-rw-r--r--obj.go4
1 files changed, 0 insertions, 4 deletions
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)