remove sty_by_ref, though traces still remain due to dtors

This commit is contained in:
Niko Matsakis
2013-03-26 06:05:40 -04:00
parent 2888563510
commit aa67deff33
15 changed files with 18 additions and 88 deletions

View File

@@ -1003,7 +1003,6 @@ impl to_bytes::IterBytes for ret_style {
#[deriving(Eq)]
pub enum self_ty_ {
sty_static, // no self
sty_by_ref, // ``
sty_value, // `self`
sty_region(Option<@Lifetime>, mutability), // `&'lt self`
sty_box(mutability), // `@self`