Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 5260b87

Browse files
committed
plumbing/storer: do not expose Close in EncodedObjectStorer interface
Signed-off-by: Javi Fontan <jfontan@gmail.com>
1 parent 6384ab9 commit 5260b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plumbing/storer/object.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ type EncodedObjectStorer interface {
4040
// HasEncodedObject returns ErrObjNotFound if the object doesn't
4141
// exist. If the object does exist, it returns nil.
4242
HasEncodedObject(plumbing.Hash) error
43-
// Close any opened files.
44-
Close() error
4543
}
4644

4745
// DeltaObjectStorer is an EncodedObjectStorer that can return delta

0 commit comments

Comments
 (0)