Skip to content

Commit 1ffaeda

Browse files
committed
Remove unneeded code
1 parent 17cd9b4 commit 1ffaeda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libcore/extfmt.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ mod rt {
269269
flag_space_for_sign,
270270
flag_sign_always,
271271
flag_alternate,
272-
// FIXME(1993): This is no longer needed. Remove after a snapshot
273-
flag_none,
274272
}
275273
enum count { count_is(int), count_implied, }
276274
enum ty { ty_default, ty_bits, ty_hex_upper, ty_hex_lower, ty_octal, }

0 commit comments

Comments
 (0)