From 384488ac027c93910f402f85fae75169ae7b4729 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Thu, 9 Nov 2017 12:40:02 +0100 Subject: [PATCH] Remove unused lightMarathonClient. --- provider/marathon/marathon.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/provider/marathon/marathon.go b/provider/marathon/marathon.go index 41e61a703..5e6186fbf 100644 --- a/provider/marathon/marathon.go +++ b/provider/marathon/marathon.go @@ -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 {