Remove an irrelevant comment

Comment doesn't seem relevant anymore because the block comment at the
very beginning of the file says it's a bad idea.
This commit is contained in:
Tim Chevalier 2012-06-07 14:57:58 -07:00
parent d68c5cc399
commit 6b2cfe793b

View file

@ -26,7 +26,6 @@ import syntax::ast::*, syntax::ast_util, syntax::visit;
import syntax::ast_map;
import common::*;
// FIXME distinguish between size/alignment and take/drop dependencies
type type_uses = uint; // Bitmask
const use_repr: uint = 1u; // Dependency on size/alignment and take/drop glue
const use_tydesc: uint = 2u; // Takes the tydesc, or compares