]> Cypherpunks repositories - gostls13.git/commit
go/types: remove MethodSetCache - not needed
authorRobert Griesemer <gri@golang.org>
Fri, 5 Jun 2015 17:35:29 +0000 (10:35 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 5 Jun 2015 17:48:49 +0000 (17:48 +0000)
commita9c14d1ab5573557a0e5f871791791b4943a3ce8
treeb285b608185e840a4c603002859db5ba439927a3
parent7529314ed37fdb94af2a25405edcb26ccb243b8e
go/types: remove MethodSetCache - not needed

In x/tools, MethodSetCache was moved from x/tools/go/types to
x/tools/go/types/typeutil. Mirror that change.

Change-Id: Ib838a9518371473c83fa4abc2778d42f33947c98
Reviewed-on: https://go-review.googlesource.com/10771
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/methodsetcache.go [deleted file]