Skip to content

Commit 8811a67

Browse files
committed
---
yaml --- r: 109838 b: refs/heads/master c: 59645c1 h: refs/heads/master v: v3
1 parent 8380550 commit 8811a67

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
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: 74ddaa27e759c1b00cf1e369d17bec4be5c16aee
2+
refs/heads/master: 59645c12098719147ec23b334f29fc1516212ce5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: c7fac4471201977fdb1c0c0a26c87287e12dc644
55
refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d

trunk/src/librustc/back/link.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -687,16 +687,6 @@ pub fn mangle_exported_name(ccx: &CrateContext, path: PathElems,
687687
exported_name(path, hash, ccx.link_meta.crateid.version_or_default())
688688
}
689689

690-
pub fn mangle_internal_name_by_type_only(ccx: &CrateContext,
691-
t: ty::t,
692-
name: &str) -> ~str {
693-
let s = ppaux::ty_to_short_str(ccx.tcx(), t);
694-
let path = [PathName(token::intern(name)),
695-
PathName(token::intern(s))];
696-
let hash = get_symbol_hash(ccx, t);
697-
mangle(ast_map::Values(path.iter()), Some(hash.as_slice()), None)
698-
}
699-
700690
pub fn mangle_internal_name_by_type_and_seq(ccx: &CrateContext,
701691
t: ty::t,
702692
name: &str) -> ~str {

0 commit comments

Comments
 (0)