diff --git a/builder/hyperv/common/ssh_config.go b/builder/hyperv/common/ssh_config.go index 0217287e0..3569a00b6 100644 --- a/builder/hyperv/common/ssh_config.go +++ b/builder/hyperv/common/ssh_config.go @@ -1,8 +1,6 @@ package common import ( - "time" - "github.com/mitchellh/packer/helper/communicator" "github.com/mitchellh/packer/template/interpolate" )