diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-04-26 12:24:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-04-27 21:34:24 -0400 |
| commit | f792baba42b79711b64950c46208a1eb4b9539be (patch) | |
| tree | 246190c51857def54922ac4888e990d2e53164ca /src/libsyntax/ext/pipes/liveness.rs | |
| parent | dd5b1de1812f308ad68472d2ab06c15d3c342d75 (diff) | |
| download | rust-f792baba42b79711b64950c46208a1eb4b9539be.tar.gz rust-f792baba42b79711b64950c46208a1eb4b9539be.zip | |
only use #[no_core] in libcore
Diffstat (limited to 'src/libsyntax/ext/pipes/liveness.rs')
| -rw-r--r-- | src/libsyntax/ext/pipes/liveness.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsyntax/ext/pipes/liveness.rs b/src/libsyntax/ext/pipes/liveness.rs index c6fdf4d9c1b..4597dab89cb 100644 --- a/src/libsyntax/ext/pipes/liveness.rs +++ b/src/libsyntax/ext/pipes/liveness.rs @@ -37,12 +37,9 @@ updating the states using rule (2) until there are no changes. */ -use core::prelude::*; - use ext::base::ext_ctxt; use ext::pipes::proto::protocol; -use core::str; use std::bitv::Bitv; pub fn analyze(proto: protocol, _cx: @ext_ctxt) { |
