diff options
Diffstat (limited to 'swarm/network')
-rw-r--r-- | swarm/network/protocol_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/swarm/network/protocol_test.go b/swarm/network/protocol_test.go index 4b83c7a27..cdf370f35 100644 --- a/swarm/network/protocol_test.go +++ b/swarm/network/protocol_test.go @@ -50,10 +50,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) { t.Lock() defer t.Unlock() |