remove the already-included packer config from top level struct

This commit is contained in:
Megan Marsh 2019-11-25 11:24:00 -08:00
parent 7d4353864f
commit a8ffa60b46
1 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ import (
"runtime"
"strings"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/common/shell"
configHelper "github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
@ -18,8 +17,6 @@ import (
)
type Config struct {
common.PackerConfig `mapstructure:",squash"`
shell.Provisioner `mapstructure:",squash"`
// ** DEPRECATED: USE INLINE INSTEAD **