]> Cypherpunks repositories - gostls13.git/commit
go/ast: Walk: do not walk comment list
authorRobert Griesemer <gri@golang.org>
Fri, 15 Jun 2012 23:55:15 +0000 (16:55 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 15 Jun 2012 23:55:15 +0000 (16:55 -0700)
commit417a7f80d20b38168cb0c48bffbcd3e0c469cf57
treedabd11547157dcc135589bc5b930ef657ff21079
parent18b281978c0dba02d3312d9fbee03f711f0b26c9
go/ast: Walk: do not walk comment list

A comment to that effect was introduced
with rev d332f4b9cef5 but the respective
code wasn't deleted.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6304086
src/pkg/go/ast/walk.go