]> git.lizzy.rs Git - rust.git/commit
don't store method_fty
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Sun, 20 Sep 2015 11:15:21 +0000 (14:15 +0300)
committerAriel Ben-Yehuda <ariel.byd@gmail.com>
Thu, 1 Oct 2015 19:30:18 +0000 (22:30 +0300)
commit8557cb47cba1f343563f92b14151661425573270
treeaefda050d18cc3407a63a8185dc4151fd01f1b7d
parenta1c921e8a5797d5e770a633d53116a24deab8067
don't store method_fty

It is redundant with the item type. This is not much of a win,
as there are really not *that* many methods, but it makes the code
uglier.
src/librustc/metadata/common.rs
src/librustc/metadata/decoder.rs
src/librustc/metadata/encoder.rs