]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused field from Hchan
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 6 Jun 2013 19:06:12 +0000 (23:06 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 6 Jun 2013 19:06:12 +0000 (23:06 +0400)
commit8bf57c3dcba00951a96de3d8ee58d844253da621
tree4e74f074fb10b8c096dca8513c686aac9d4edaa3
parent5d637b83a90cd16ea6badbe716f5e964bd9e06db
runtime: remove unused field from Hchan
Remove alignment logic as well, it's not respected by chanbuf() anyway.

R=golang-dev, dave, minux.ma, r, iant, rsc
CC=golang-dev
https://golang.org/cl/9678046
src/pkg/runtime/chan.c