diff --git a/service.go b/service.go index a00fbbde28..f4025d778d 100644 --- a/service.go +++ b/service.go @@ -50,7 +50,6 @@ func (s *service) Init(opts ...Option) { cmd.Auth(&s.opts.Auth), cmd.Broker(&s.opts.Broker), cmd.Registry(&s.opts.Registry), - cmd.Runtime(&s.opts.Runtime), cmd.Transport(&s.opts.Transport), cmd.Client(&s.opts.Client), cmd.Config(&s.opts.Config),