summaryrefslogtreecommitdiff
path: root/pkg/process/process_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/process/process_windows.go')
-rw-r--r--pkg/process/process_windows.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/process/process_windows.go b/pkg/process/process_windows.go
index 26158d09ec..2dd57e8254 100644
--- a/pkg/process/process_windows.go
+++ b/pkg/process/process_windows.go
@@ -43,10 +43,3 @@ func Kill(pid int) error {
}
return nil
}
-
-// Zombie is not supported on Windows.
-//
-// TODO(thaJeztah): remove once we remove the stubs from pkg/system.
-func Zombie(_ int) (bool, error) {
- return false, nil
-}