summary refs log tree commit diff
path: root/src/libcore/fmt
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-16 18:16:38 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-16 18:16:38 -0700
commitc4a1c3800b7964fb19f2a32519aaa0fc2c0c87fc (patch)
tree5576894c258e029e1c2fe18b185768c7b3f1f8b6 /src/libcore/fmt
parent0e784e16840e8a0c623cc6166de26da9334db3d6 (diff)
downloadrust-c4a1c3800b7964fb19f2a32519aaa0fc2c0c87fc.tar.gz
rust-c4a1c3800b7964fb19f2a32519aaa0fc2c0c87fc.zip
Register new snapshots
This is the first linux snapshot created on our new CentOS 5.10 builders.

Closes #9545
Diffstat (limited to 'src/libcore/fmt')
-rw-r--r--src/libcore/fmt/rt.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libcore/fmt/rt.rs b/src/libcore/fmt/rt.rs
index 59fbde88d8b..1c88eb6ddfa 100644
--- a/src/libcore/fmt/rt.rs
+++ b/src/libcore/fmt/rt.rs
@@ -14,13 +14,6 @@
 //! These definitions are similar to their `ct` equivalents, but differ in that
 //! these can be statically allocated and are slightly optimized for the runtime
 
-#[cfg(stage0)]
-#[doc(hidden)]
-pub enum Piece<'a> {
-    String(&'a str),
-    Argument(Argument<'a>),
-}
-
 #[doc(hidden)]
 pub struct Argument<'a> {
     pub position: Position,