diff options
Diffstat (limited to 'swarm/pss/client/client_test.go')
-rw-r--r-- | swarm/pss/client/client_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/swarm/pss/client/client_test.go b/swarm/pss/client/client_test.go index 48edc6cce..cfef3c794 100644 --- a/swarm/pss/client/client_test.go +++ b/swarm/pss/client/client_test.go @@ -288,10 +288,6 @@ type testStore struct { values map[string][]byte } -func newTestStore() *testStore { - return &testStore{values: make(map[string][]byte)} -} - func (t *testStore) Load(key string) ([]byte, error) { return nil, nil } |