Skip to content

Commit 1d2ae6e

Browse files
committed
---
yaml --- r: 3734 b: refs/heads/master c: 8521284 h: refs/heads/master v: v3
1 parent 6a06595 commit 1d2ae6e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9ebb60d38bec391344546a67860e04b6946efe67
2+
refs/heads/master: 85212840c06ccd396ccc5c1d96e477ea3ac96b32

trunk/src/comp/metadata/csearch.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ fn lookup_defs(session::session sess, ast::crate_num cnum,
3434
ret decoder::lookup_defs(cdata, cnum, path);
3535
}
3636

37-
fn get_crate_attributes(&vec[u8] data) -> ast::attribute[] {
38-
decoder::get_crate_attributes(data)
39-
}
40-
41-
fn list_crate_metadata(vec[u8] data, io::writer out) {
42-
decoder::list_crate_metadata(data, out)
43-
}
44-
45-
4637
// Local Variables:
4738
// mode: rust
4839
// fill-column: 78;

0 commit comments

Comments
 (0)