File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed
trunk/src/librustc_save_analysis Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 37f8429f3d396c4d815f95c7dd49085ff4d8bdbe
2
+ refs/heads/master: 4bb767965c2dc80e3af44b2dea0c959e84da6605
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ use rustc::ty;
20
20
use syntax:: ast:: { CrateNum , NodeId } ;
21
21
use syntax:: codemap:: Span ;
22
22
23
- #[ macro_export]
24
- macro_rules! down_cast_data {
25
- ( $id: ident, $kind: ident, $sp: expr) => {
26
- let $id = if let super :: Data :: $kind( data) = $id {
27
- data
28
- } else {
29
- span_bug!( $sp, "unexpected data kind: {:?}" , $id) ;
30
- }
31
- } ;
32
- }
33
-
34
23
pub struct CrateData {
35
24
pub name : String ,
36
25
pub number : u32 ,
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ use syntax::visit::{self, Visitor};
47
47
use syntax:: print:: pprust:: ty_to_string;
48
48
49
49
mod csv_dumper;
50
- #[ macro_use]
51
50
mod data;
52
51
mod dump;
53
52
mod dump_visitor;
You can’t perform that action at this time.
0 commit comments