diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-10-07 21:32:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-10-07 21:32:46 +0200 |
| commit | 86ca054f055a739a775bd2d3fdc65f4d514039aa (patch) | |
| tree | 4056b3df131324bd3f6eef1f509a5dfbdea71745 | |
| parent | 1a8ca64738db78d5c1a248ffa4f2cfae8e735b14 (diff) | |
config: remove unused parameter
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.go b/config/config.go index eea8374a9..d8a0742c2 100644 --- a/config/config.go +++ b/config/config.go @@ -29,7 +29,6 @@ type Config struct { Cpu int // number of VM CPUs Mem int // amount of VM memory in MBs Sshkey string // root ssh key for the image - Port int // VM ssh port to use Bin string // qemu/lkvm binary name Debug bool // dump all VM output to console Output string // one of stdout/dmesg/file (useful only for local VM) @@ -285,7 +284,6 @@ func checkUnknownFields(data []byte) (string, error) { "Cpu", "Mem", "Sshkey", - "Port", "Bin", "Debug", "Output", |
