cleanup go vet errors

This commit is contained in:
Derek Parker
2014-10-25 12:40:55 -05:00
parent 0a12910bc2
commit 6af32b40e6
2 changed files with 3 additions and 5 deletions

View File

@ -512,6 +512,4 @@ func wait(dbp *DebuggedProcess, pid int, options int) (int, *syscall.WaitStatus,
}
}
}
return 0, nil, nil
}