Remove unused lightMarathonClient.

This commit is contained in:
Timo Reimann 2017-11-09 12:40:02 +01:00 committed by Traefiker
parent c469e669fd
commit 384488ac02

View file

@ -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 {