builder/virtualbox: fix compilation

This commit is contained in:
Mitchell Hashimoto 2013-12-19 08:49:50 -08:00
parent 3c5c9a6ea3
commit ac36b33f98
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ func (s *stepAttachISO) Cleanup(state multistep.StateBag) {
} }
driver := state.Get("driver").(Driver) driver := state.Get("driver").(Driver)
ui := state.Get("ui").(packer.Ui)
vmName := state.Get("vmName").(string) vmName := state.Get("vmName").(string)
command := []string{ command := []string{