diff options
| author | Graydon Hoare <graydon@pobox.com> | 2012-11-30 12:20:59 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@pobox.com> | 2012-11-30 12:20:59 -0800 |
| commit | f89d4ac8306dbe597f0bfef7cf92bea372eece1d (patch) | |
| tree | 2f40e7042228c2ce0874f972c92d82a89cf15985 /src/libsyntax/parse | |
| parent | 946427b562d7ece5fc85c5067051c4aec73d5aff (diff) | |
| parent | d783f4d7bb543f33aaf0fc8a04c6d5b2493e8268 (diff) | |
| download | rust-f89d4ac8306dbe597f0bfef7cf92bea372eece1d.tar.gz rust-f89d4ac8306dbe597f0bfef7cf92bea372eece1d.zip | |
Merge pull request #4081 from graydon/iterbytes-and-workcache
libs: Remove transitionary material on iter_bytes, add workcache to buil...
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/obsolete.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libsyntax/parse/obsolete.rs b/src/libsyntax/parse/obsolete.rs index 1407b56336c..afa87c261f1 100644 --- a/src/libsyntax/parse/obsolete.rs +++ b/src/libsyntax/parse/obsolete.rs @@ -36,15 +36,6 @@ impl ObsoleteSyntax : cmp::Eq { } } -#[cfg(stage0)] -impl ObsoleteSyntax: to_bytes::IterBytes { - #[inline(always)] - pure fn iter_bytes(+lsb0: bool, f: to_bytes::Cb) { - (self as uint).iter_bytes(lsb0, f); - } -} -#[cfg(stage1)] -#[cfg(stage2)] impl ObsoleteSyntax: to_bytes::IterBytes { #[inline(always)] pure fn iter_bytes(&self, +lsb0: bool, f: to_bytes::Cb) { |
