]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: remove incorrect "write barrier prohibited" error
authorAustin Clements <austin@google.com>
Tue, 19 May 2015 20:58:14 +0000 (16:58 -0400)
committerAustin Clements <austin@google.com>
Tue, 19 May 2015 21:03:01 +0000 (21:03 +0000)
commitf763da3d3404673484bcc9d0d911c75a40e326c2
treeb63b245b9cb27615119de2ca85d723f6415e3d32
parentb3241912ff62ab64ec3c61bc8c198b6e12890a77
cmd/internal/gc: remove incorrect "write barrier prohibited" error

Commit 9c9e36b pushed these errors down to where the write barriers
are actually emitted, but forgot to remove the original error that was
being pushed down.

Change-Id: I751752a896e78fb9e63d69f88e7fb8d1ff5d344c
Reviewed-on: https://go-review.googlesource.com/10264
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/internal/gc/walk.go