Skip to content

Commit ff3efe8

Browse files
authored
Merge pull request #6395 from Wondertan/fix/unused-repo
Remove Repo from routing fx provider parameter
2 parents 1a32379 + 4ca2763 commit ff3efe8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/node/libp2p/routing.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import (
1414
"go.uber.org/fx"
1515

1616
"github.com/ipfs/go-ipfs/core/node/helpers"
17-
"github.com/ipfs/go-ipfs/repo"
1817
)
1918

2019
type BaseIpfsRouting routing.Routing
@@ -79,7 +78,6 @@ type p2pPSRoutingIn struct {
7978
fx.In
8079

8180
BaseIpfsRouting BaseIpfsRouting
82-
Repo repo.Repo
8381
Validator record.Validator
8482
Host host.Host
8583
PubSub *pubsub.PubSub `optional:"true"`

0 commit comments

Comments
 (0)