Skip to content

Commit

Permalink
Remove unused lightMarathonClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoreimann authored and traefiker committed Nov 9, 2017
1 parent c469e66 commit 384488a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions provider/marathon/marathon.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ type Basic struct {
HTTPBasicPassword string `description:"Basic authentication Password"`
}

type lightMarathonClient interface {
Applications(url.Values) (*marathon.Applications, error)
}

// Provide allows the marathon provider to provide configurations to traefik
// using the given configuration channel.
func (p *Provider) Provide(configurationChan chan<- types.ConfigMessage, pool *safe.Pool, constraints types.Constraints) error {
Expand Down

0 comments on commit 384488a

Please sign in to comment.