Skip to content

Commit

Permalink
Merge pull request #6395 from Wondertan/fix/unused-repo
Browse files Browse the repository at this point in the history
Remove Repo from routing fx provider parameter
  • Loading branch information
Stebalien authored Jun 4, 2019
2 parents 1a32379 + 4ca2763 commit ff3efe8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/node/libp2p/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"go.uber.org/fx"

"github.com/ipfs/go-ipfs/core/node/helpers"
"github.com/ipfs/go-ipfs/repo"
)

type BaseIpfsRouting routing.Routing
Expand Down Expand Up @@ -79,7 +78,6 @@ type p2pPSRoutingIn struct {
fx.In

BaseIpfsRouting BaseIpfsRouting
Repo repo.Repo
Validator record.Validator
Host host.Host
PubSub *pubsub.PubSub `optional:"true"`
Expand Down

0 comments on commit ff3efe8

Please sign in to comment.