Skip to content

Commit 99d5817

Browse files
committed
---
yaml --- r: 109841 b: refs/heads/master c: 6ce37e8 h: refs/heads/master i: 109839: 73ab163 v: v3
1 parent 1ce31ea commit 99d5817

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
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: 86e6a80d8d9ea65f708ce7c8dc3b2ffd6ce8f3d4
2+
refs/heads/master: 6ce37e8dd708a021602c65f2b2f757d719be8040
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d

trunk/src/librustc/metadata/csearch.rs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ pub fn get_symbol(cstore: &cstore::CStore, def: ast::DefId) -> ~str {
3737
return decoder::get_symbol(cdata, def.node);
3838
}
3939

40-
pub fn get_type_param_count(cstore: &cstore::CStore, def: ast::DefId)
41-
-> uint {
42-
let cdata = cstore.get_crate_data(def.krate).data();
43-
return decoder::get_type_param_count(cdata, def.node);
44-
}
45-
4640
/// Iterates over all the language items in the given crate.
4741
pub fn each_lang_item(cstore: &cstore::CStore,
4842
cnum: ast::CrateNum,
@@ -244,21 +238,6 @@ pub fn get_impl_vtables(tcx: &ty::ctxt,
244238
decoder::get_impl_vtables(cdata, def.node, tcx)
245239
}
246240

247-
pub fn get_impl_method(cstore: &cstore::CStore,
248-
def: ast::DefId,
249-
mname: ast::Ident)
250-
-> Option<ast::DefId> {
251-
let cdata = cstore.get_crate_data(def.krate);
252-
decoder::get_impl_method(cstore.intr.clone(), cdata, def.node, mname)
253-
}
254-
255-
pub fn get_item_visibility(cstore: &cstore::CStore,
256-
def_id: ast::DefId)
257-
-> ast::Visibility {
258-
let cdata = cstore.get_crate_data(def_id.krate);
259-
decoder::get_item_visibility(cdata, def_id.node)
260-
}
261-
262241
pub fn get_native_libraries(cstore: &cstore::CStore,
263242
crate_num: ast::CrateNum)
264243
-> Vec<(cstore::NativeLibaryKind, ~str)> {

0 commit comments

Comments
 (0)