From 6b2cfe793b26a15abfc10641b1f301eee4763339 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 7 Jun 2012 14:57:58 -0700 Subject: [PATCH] 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. --- src/rustc/middle/trans/type_use.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rustc/middle/trans/type_use.rs b/src/rustc/middle/trans/type_use.rs index 22bf174a033b..fac2754796a4 100644 --- a/src/rustc/middle/trans/type_use.rs +++ b/src/rustc/middle/trans/type_use.rs @@ -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