Remove unused constants

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-19 10:52:02 +01:00
parent 43d9df3216
commit d56d0dc495
1 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ import (
)
const (
isoFilename = "boot2docker.iso"
defaultCPU = 1
defaultMemory = 1024
defaultBoot2DockerURL = ""
@ -36,7 +35,6 @@ const (
defaultHostOnlyCIDR = "192.168.99.1/24"
defaultHostOnlyNictype = "82540EM"
defaultHostOnlyPromiscMode = "deny"
defaultNoShare = false
defaultDiskSize = 20000
)