Skip to content

Commit 8f25301

Browse files
blink-so[bot]f0ssel
andcommitted
fix: remove unused time import from macOS network implementation
The time import was accidentally added during the environment restoration implementation but is not actually used in the macOS network code. Fixes CI build failure on macOS. Co-authored-by: f0ssel <[email protected]>
1 parent 60ffe20 commit 8f25301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

network/macos.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"strconv"
1111
"strings"
1212
"syscall"
13-
"time"
1413

1514
"github.com/coder/jail/environment"
1615
)

0 commit comments

Comments
 (0)