aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing')
-rw-r--r--plumbing/storer/storer.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/plumbing/storer/storer.go b/plumbing/storer/storer.go
index 9bbb44f..c7bc65a 100644
--- a/plumbing/storer/storer.go
+++ b/plumbing/storer/storer.go
@@ -13,10 +13,3 @@ type Initializer interface {
// any.
Init() error
}
-
-// Options holds configuration for the storage.
-type Options struct {
- // ExclusiveAccess means that the filesystem is not modified externally
- // while the repo is open.
- ExclusiveAccess bool
-}