Remove #[cfg(stage0)] items.

This commit is contained in:
Eduard Burtescu 2015-05-25 20:21:29 +03:00
parent 07503dfb8b
commit 6e8e4f847c
17 changed files with 14 additions and 1353 deletions

View file

@ -167,7 +167,4 @@ mod rustc {
}
// Build the diagnostics array at the end so that the metadata includes error use sites.
#[cfg(stage0)]
__build_diagnostic_array! { DIAGNOSTICS }
#[cfg(not(stage0))]
__build_diagnostic_array! { librustc, DIAGNOSTICS }