aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/pss/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/pss/types.go')
-rw-r--r--swarm/pss/types.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/swarm/pss/types.go b/swarm/pss/types.go
index 1e33ecdca..56c2c51dc 100644
--- a/swarm/pss/types.go
+++ b/swarm/pss/types.go
@@ -169,10 +169,6 @@ type stateStore struct {
values map[string][]byte
}
-func newStateStore() *stateStore {
- return &stateStore{values: make(map[string][]byte)}
-}
-
func (store *stateStore) Load(key string) ([]byte, error) {
return nil, nil
}