Killing an obsolete comment.

This commit is contained in:
Lindsey Kuper 2011-08-03 20:03:05 -07:00
parent 6df7c041bc
commit 1b1d8e7b91
1 changed files with 0 additions and 1 deletions

View File

@ -4273,7 +4273,6 @@ fn trans_lval_gen(cx: &@block_ctxt, e: &@ast::expr) -> lval_result {
ast::expr_self_method(ident) {
alt { cx.fcx.llself } {
some(pair) {
// TODO: do we actually need cx.build.Load(pair.v)?
let r = pair.v;
let t = pair.t;
ret trans_field(cx, e.span, r, t, ident, e.id);