提交 74defb10 编写于 作者: D Derek Parker

Remove unused struct

上级 afa3a9cc
......@@ -548,11 +548,6 @@ func addNewThread(dbp *DebuggedProcess, pid int) error {
return nil
}
type waitstats struct {
pid int
status *syscall.WaitStatus
}
func wait(pid, options int) (int, *syscall.WaitStatus, error) {
var status syscall.WaitStatus
wpid, err := syscall.Wait4(pid, &status, syscall.WALL|options, nil)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册