diff options
Diffstat (limited to 'src/libstd/fmt/rt.rs')
| -rw-r--r-- | src/libstd/fmt/rt.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libstd/fmt/rt.rs b/src/libstd/fmt/rt.rs index 063d712dfa9..b20af1a35b8 100644 --- a/src/libstd/fmt/rt.rs +++ b/src/libstd/fmt/rt.rs @@ -34,16 +34,6 @@ pub struct Argument<'self> { method: Option<&'self Method<'self>> } -#[cfg(stage0)] -pub struct FormatSpec { - fill: char, - align: parse::Alignment, - flags: uint, - precision: parse::Count, - width: parse::Count, -} - -#[cfg(not(stage0))] pub struct FormatSpec { fill: char, align: parse::Alignment, @@ -52,7 +42,6 @@ pub struct FormatSpec { width: Count, } -#[cfg(not(stage0))] pub enum Count { CountIs(uint), CountIsParam(uint), CountIsNextParam, CountImplied, } |
