Remove unused constant "KeyLeftShift"
This commit is contained in:
parent
1ca841b499
commit
00a90e622b
|
@ -13,8 +13,6 @@ import (
|
||||||
"github.com/mitchellh/packer/template/interpolate"
|
"github.com/mitchellh/packer/template/interpolate"
|
||||||
)
|
)
|
||||||
|
|
||||||
const KeyLeftShift uint32 = 0xFFE1
|
|
||||||
|
|
||||||
type bootCommandTemplateData struct {
|
type bootCommandTemplateData struct {
|
||||||
HTTPIP string
|
HTTPIP string
|
||||||
HTTPPort uint
|
HTTPPort uint
|
||||||
|
|
Loading…
Reference in New Issue