Remove unneeded code

This commit is contained in:
Tim Chevalier 2012-03-23 16:21:12 -07:00
parent 17cd9b4308
commit 1ffaedac2b

View File

@ -269,8 +269,6 @@ mod rt {
flag_space_for_sign,
flag_sign_always,
flag_alternate,
// FIXME(1993): This is no longer needed. Remove after a snapshot
flag_none,
}
enum count { count_is(int), count_implied, }
enum ty { ty_default, ty_bits, ty_hex_upper, ty_hex_lower, ty_octal, }