Skip to content

Commit

Permalink
Removed triggerRestart()
Browse files Browse the repository at this point in the history
  • Loading branch information
chicknsoup authored Mar 30, 2020
1 parent 1f74052 commit a25b962
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions proc_slave_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ func (sp *slave) watchParent() error {
return nil
}

func (sp *slave) triggerRestart() {
//FIXME: This does not work
if err := sp.masterProc.Signal(sp.Config.RestartSignal); err != nil {
os.Exit(1)
}
}

func GetWin32Proc(pid int32) ([]Win32_Process, error) {
return GetWin32ProcWithContext(context.Background(), pid)
}
Expand Down

0 comments on commit a25b962

Please sign in to comment.