Skip to content

Commit 700e102

Browse files
committed
---
yaml --- r: 34679 b: refs/heads/master c: 63dc831 h: refs/heads/master i: 34677: 9dbb147 34675: 8a74489 34671: d1719f0 v: v3
1 parent 0820b7d commit 700e102

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,5 +1,5 @@
11
---
2-
refs/heads/master: fb667cde598165c83c526c945fa7ab02526dfe76
2+
refs/heads/master: 63dc83198a8e2d7c1a9b43d1512b30eaa002fca8
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/rustc/metadata/decoder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ fn item_impl_methods(intr: @ident_interner, cdata: cmd, item: ebml::Doc,
647647
let mth_item = lookup_item(m_did.node, cdata.data);
648648
let self_ty = get_self_ty(mth_item);
649649
rslt.push(@{did: translate_def_id(cdata, m_did),
650-
/* FIXME (maybe #2323) tjc: take a look at this. */
651650
n_tps: item_ty_param_count(mth_item) - base_tps,
652651
ident: item_name(intr, mth_item),
653652
self_type: self_ty});

0 commit comments

Comments
 (0)