builder/vmware/common: remove unused testHWConfig()

This commit is contained in:
Lars Lehtonen 2019-11-01 19:13:26 -07:00
parent 6eefe55e23
commit 9924d16fc3
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2
1 changed files with 0 additions and 11 deletions

View File

@ -7,17 +7,6 @@ import (
"github.com/hashicorp/packer/template/interpolate"
)
func testHWConfig() *HWConfig {
return &HWConfig{
CpuCount: 1,
CoreCount: 1,
MemorySize: 512,
Sound: true,
USB: true,
}
}
func TestHWConfigPrepare(t *testing.T) {
c := new(HWConfig)