diff --git a/tsuru/client/apps.go b/tsuru/client/apps.go index b638d8bed..6cc54518e 100644 --- a/tsuru/client/apps.go +++ b/tsuru/client/apps.go @@ -545,12 +545,6 @@ type app struct { ServiceInstanceBinds []tsuru.AppServiceInstanceBinds } -type serviceInstanceBind struct { - Service string - Instance string - Plan string -} - type appInternalAddress struct { Domain string Protocol string