From e297d3f4ccd5341dad6ed52587601764fee310e5 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 19 Mar 2019 10:02:22 +0100 Subject: [PATCH] swarm/pss: Remove unused function --- swarm/pss/prox_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/swarm/pss/prox_test.go b/swarm/pss/prox_test.go index 46c918d3f1..d963f31f39 100644 --- a/swarm/pss/prox_test.go +++ b/swarm/pss/prox_test.go @@ -453,8 +453,3 @@ func newProxServices(tstdata *testData, allowRaw bool, handlerContextFuncs map[T }, } } - -// makes sure we create the addresses the same way in driver and service setup -func nodeIDToAddr(id enode.ID) []byte { - return id.Bytes() -}