summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-03-23 16:21:12 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-03-23 16:25:10 -0700
commit1ffaedac2b222731bdf92a3b19bcb119809b2ba1 (patch)
tree6b181c366cb7a30f13b34eb90d7f1b1decf5d9e7
parent17cd9b4308c3f2822f55fc46202594bd37fcab7a (diff)
downloadrust-1ffaedac2b222731bdf92a3b19bcb119809b2ba1.tar.gz
rust-1ffaedac2b222731bdf92a3b19bcb119809b2ba1.zip
Remove unneeded code
-rw-r--r--src/libcore/extfmt.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/extfmt.rs b/src/libcore/extfmt.rs
index ccec7001369..6f7dda0fcc1 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, }