remove outdated comment

This commit is contained in:
Niko Matsakis 2012-04-21 10:13:15 -07:00
parent 30d563839e
commit 4eb71c07c6
1 changed files with 0 additions and 2 deletions

View File

@ -1334,8 +1334,6 @@ mod collect {
let result_ty = if vec::len(variant.node.args) == 0u {
enum_ty
} else {
// As above, tell ast_ty_to_ty() that trans_ty_item_to_ty()
// should be called to resolve named types.
let rs = type_rscope(rp);
let args = variant.node.args.map { |va|
let arg_ty = ccx.to_ty(rs, va.ty);