Skip to content

Commit 4d6f703

Browse files
authored
Plugins: Remove unused devnull var (#214)
We actually use the output (both stderr and stdout) of the command.
1 parent 555dbfc commit 4d6f703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/ContainerPlugin/ServiceManager.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public struct ServiceManager {
6060
launchctl.executableURL = URL(fileURLWithPath: "/bin/launchctl")
6161
launchctl.arguments = ["list"]
6262

63-
let null = FileHandle.nullDevice
6463
let stdoutPipe = Pipe()
6564
let stderrPipe = Pipe()
6665
launchctl.standardOutput = stdoutPipe

0 commit comments

Comments
 (0)