From 00a90e622bd919d08fd6374d07f3a698c90e8e9c Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Sun, 11 Dec 2016 23:53:37 +0200 Subject: [PATCH] Remove unused constant "KeyLeftShift" --- builder/parallels/common/step_type_boot_command.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/parallels/common/step_type_boot_command.go b/builder/parallels/common/step_type_boot_command.go index 3d5e288c6..91526aaf5 100644 --- a/builder/parallels/common/step_type_boot_command.go +++ b/builder/parallels/common/step_type_boot_command.go @@ -13,8 +13,6 @@ import ( "github.com/mitchellh/packer/template/interpolate" ) -const KeyLeftShift uint32 = 0xFFE1 - type bootCommandTemplateData struct { HTTPIP string HTTPPort uint