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:
parent
d68c5cc399
commit
6b2cfe793b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue