Removing out-of-date comment.

This commit is contained in:
Michael Sullivan 2011-06-20 19:39:09 -07:00 committed by Brian Anderson
parent 1a6d029b07
commit c07443e6eb

View file

@ -4222,7 +4222,7 @@ fn trans_for_each(&@block_ctxt cx, &@ast::local local, &@ast::expr seq,
// Step 1: walk body and figure out which references it makes
// escape. This could be determined upstream, and probably ought
// to be so, eventualy. For first cut, skip this. Null env.
// to be so, eventualy.
auto lcx = cx.fcx.lcx;
// FIXME: possibly support alias-mode here?