Skip to content

Commit 6103171

Browse files
committed
---
yaml --- r: 62505 b: refs/heads/snap-stage3 c: cac97d7 h: refs/heads/master i: 62503: 5a143a9 v: v3
1 parent 0e4c384 commit 6103171

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: e02716e6d3a65bde24f49207274a74a22790a201
4+
refs/heads/snap-stage3: cac97d7ee565eef14b9e7385d1c088c1eb0a9295
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/metadata/encoder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ fn encode_reexported_static_methods(ecx: @EncodeContext,
387387
Some(methods) => {
388388
match ecx.tcx.items.find(&exp.def_id.node) {
389389
Some(&ast_map::node_item(item, path)) => {
390-
let interner = ecx.tcx.sess.parse_sess.interner;
391390
let original_name = ecx.tcx.sess.str_of(item.ident);
392391
if mod_path != *path || *exp.name != *original_name {
393392
for methods.each |&m| {

0 commit comments

Comments
 (0)