remove unused config key

This commit is contained in:
Matthew Hooker 2018-10-26 20:02:51 -07:00
parent 03932f1157
commit 4eba1ee724
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ type PVConfig struct {
BuilderShape string `mapstructure:"builder_shape"`
BuilderImageList string `mapstructure:"builder_image_list"`
BuilderImageListEntry int `mapstructure:"builder_image_list_entry"`
BuilderSSHUsername string `mapstructure:"builder_ssh_username"`
BuilderComm communicator.Config `mapstructure:"builder_communicator"`
/* TODO: