aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/state/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/state/state.go')
-rw-r--r--internal/app/state/state.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/app/state/state.go b/internal/app/state/state.go
index ef783bfb..c5238d18 100644
--- a/internal/app/state/state.go
+++ b/internal/app/state/state.go
@@ -19,9 +19,6 @@ type Store interface {
// List queries the store and returns a list of identities known to the store.
// Note that some or all returned identities might not have any active apps.
List() (identities []int, err error)
-
- // Close releases any resources held by Store.
- Close() error
}
// Cursor provides access to the store of an identity.