Skip to content

Commit 222ca08

Browse files
committed
Remove line that was not needed
1 parent 7467deb commit 222ca08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

process/process_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ func getSignalsToSend(childProcessName string, noStopExes []string, noKillExes [
353353
}
354354

355355
func doesChildHaveMarker(process *psutil.Process, _ int) (hasMarker bool, err error) {
356-
err = nil
357356
hasMarker = false
358357
env, err := process.Environ()
359358
if env != nil && err == nil {

0 commit comments

Comments
 (0)