summaryrefslogtreecommitdiff
path: root/helper/darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/darwin.go')
-rw-r--r--helper/darwin.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/helper/darwin.go b/helper/darwin.go
index 34af01e..10bab31 100644
--- a/helper/darwin.go
+++ b/helper/darwin.go
@@ -85,8 +85,6 @@ func getOpenvpnPath() string {
return openvpnPath
}
-// TODO -- pass extra args to start_openvpn with --up and --down scripts
-
func kill(cmd *exec.Cmd) error {
return cmd.Process.Signal(os.Interrupt)
}