Skip to content

Commit 1bf9fad

Browse files
committed
Remove unix import
This was previously needed for checking which version of OS was running for ppc64le. Signed-off-by: Mick Tarsel <[email protected]>
1 parent b6349db commit 1bf9fad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mantle/platform/qemu.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ import (
5151
"github.com/coreos/coreos-assembler/mantle/system"
5252
"github.com/coreos/coreos-assembler/mantle/system/exec"
5353
"github.com/pkg/errors"
54-
55-
"golang.org/x/sys/unix"
5654
)
5755

5856
var (

0 commit comments

Comments
 (0)