Skip to content

Commit f613b1f

Browse files
committed
---
yaml --- r: 271935 b: refs/heads/master c: 4bb7679 h: refs/heads/master i: 271933: 3e5f84f 271931: d373ee1 271927: babc0f0 271919: 9a14a81 271903: 3d2f00d 271871: 7356c63
1 parent ac3fa47 commit f613b1f

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 37f8429f3d396c4d815f95c7dd49085ff4d8bdbe
2+
refs/heads/master: 4bb767965c2dc80e3af44b2dea0c959e84da6605
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc_save_analysis/data.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ use rustc::ty;
2020
use syntax::ast::{CrateNum, NodeId};
2121
use syntax::codemap::Span;
2222

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-
3423
pub struct CrateData {
3524
pub name: String,
3625
pub number: u32,

trunk/src/librustc_save_analysis/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ use syntax::visit::{self, Visitor};
4747
use syntax::print::pprust::ty_to_string;
4848

4949
mod csv_dumper;
50-
#[macro_use]
5150
mod data;
5251
mod dump;
5352
mod dump_visitor;

0 commit comments

Comments
 (0)