Remove unused target fields

This commit is contained in:
sophia 2022-04-21 16:00:48 -05:00
parent e020c6600e
commit b0b3dc2a47

View File

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