Skip to content

Commit 6b2cfe7

Browse files
committed
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.
1 parent d68c5cc commit 6b2cfe7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustc/middle/trans/type_use.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import syntax::ast::*, syntax::ast_util, syntax::visit;
2626
import syntax::ast_map;
2727
import common::*;
2828

29-
// FIXME distinguish between size/alignment and take/drop dependencies
3029
type type_uses = uint; // Bitmask
3130
const use_repr: uint = 1u; // Dependency on size/alignment and take/drop glue
3231
const use_tydesc: uint = 2u; // Takes the tydesc, or compares

0 commit comments

Comments
 (0)