Remove unused variable

This commit is contained in:
Brian Fox 2019-06-03 11:10:01 +02:00
parent 9368269034
commit d6776dc5f2
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@ type Config struct {
Communicator string `mapstructure:"communicator"`
// What vagrantfile to use
VagrantfileTpl string `mapstructure:"vagrantfile_template"`
// Whether to Halt, Suspend, or Destroy the box
TeardownMethod string `mapstructure:"teardown_method"`