aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/process/sys_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli/internal/process/sys_windows.go')
-rw-r--r--cli/internal/process/sys_windows.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/cli/internal/process/sys_windows.go b/cli/internal/process/sys_windows.go
deleted file mode 100644
index c626c22..0000000
--- a/cli/internal/process/sys_windows.go
+++ /dev/null
@@ -1,17 +0,0 @@
-//go:build windows
-// +build windows
-
-package process
-
-/**
- * Code in this file is based on the source code at
- * https://github.com/hashicorp/consul-template/tree/3ea7d99ad8eff17897e0d63dac86d74770170bb8/child/sys_windows.go
- */
-
-import "os/exec"
-
-func setSetpgid(cmd *exec.Cmd, value bool) {}
-
-func processNotFoundErr(err error) bool {
- return false
-}