diff options
| author | bors <bors@rust-lang.org> | 2013-05-20 02:46:36 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-20 02:46:36 -0700 |
| commit | 2e6cda254a2acdcd60efb62a27f69c7702b8f71e (patch) | |
| tree | ba2b843a8a0cd261cf94b4e6ab017d0918841f3c /src/libsyntax/ast_util.rs | |
| parent | ab46a38039c320bd2011160fdd8a86828172d29e (diff) | |
| parent | 66319b027888ceddf024a5919e007caceaf369f3 (diff) | |
| download | rust-2e6cda254a2acdcd60efb62a27f69c7702b8f71e.tar.gz rust-2e6cda254a2acdcd60efb62a27f69c7702b8f71e.zip | |
auto merge of #6635 : brson/rust/snapshot, r=brson
Diffstat (limited to 'src/libsyntax/ast_util.rs')
| -rw-r--r-- | src/libsyntax/ast_util.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs index d4a67d61d94..bb6d13b2831 100644 --- a/src/libsyntax/ast_util.rs +++ b/src/libsyntax/ast_util.rs @@ -191,15 +191,6 @@ pub fn is_call_expr(e: @expr) -> bool { } // This makes def_id hashable -#[cfg(stage0)] -impl to_bytes::IterBytes for def_id { - #[inline(always)] - fn iter_bytes(&self, lsb0: bool, f: to_bytes::Cb) { - to_bytes::iter_bytes_2(&self.crate, &self.node, lsb0, f); - } -} -// This makes def_id hashable -#[cfg(not(stage0))] impl to_bytes::IterBytes for def_id { #[inline(always)] fn iter_bytes(&self, lsb0: bool, f: to_bytes::Cb) -> bool { |
