diff --git a/internal/core/target.go b/internal/core/target.go index ea77786c8..d41fd0dea 100644 --- a/internal/core/target.go +++ b/internal/core/target.go @@ -39,9 +39,6 @@ type Target struct { closers []func() error ui terminal.UI cache cacher.Cache - - communicator core.Communicator - provider core.Provider } func (b *Target) Config() *vagrant_plugin_sdk.Vagrantfile_MachineConfig {