diff options
Diffstat (limited to 'obj.go')
| -rw-r--r-- | obj.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |
