From 1ffaedac2b222731bdf92a3b19bcb119809b2ba1 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Fri, 23 Mar 2012 16:21:12 -0700 Subject: [PATCH] Remove unneeded code --- src/libcore/extfmt.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcore/extfmt.rs b/src/libcore/extfmt.rs index ccec70013691..6f7dda0fcc16 100644 --- a/src/libcore/extfmt.rs +++ b/src/libcore/extfmt.rs @@ -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, }