aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/internal/syscall/unix/dummy.go
AgeCommit message (Collapse)AuthorFilesLines
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-0/+5
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616