Unverified Commit 9924d16f authored by Lars Lehtonen's avatar Lars Lehtonen
Browse files

builder/vmware/common: remove unused testHWConfig()

parent 6eefe55e
Showing with 0 additions and 11 deletions
+0 -11
......@@ -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)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment