Skip to content

Commit 62b5c51

Browse files
committed
fix linting
1 parent f5eacdf commit 62b5c51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/drivers/qemu/qemu.go

-4
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,6 @@ func (d *Driver) Start() error {
395395
// On Linux, enable the Kernel Virtual Machine accelerator.
396396
startCmd = append(startCmd,
397397
"-accel", "kvm")
398-
//} else if runtime.GOOS == "windows" {
399-
// // On Windows, enable the WHPX (Hyper-V) accelerator.
400-
// startCmd = append(startCmd,
401-
// "-accel", "whpx")
402398
}
403399

404400
startCmd = append(startCmd,

0 commit comments

Comments
 (0)