Register new snapshots

Now that #9662 is merged, we should be much more easily bootstrappable on
windows now.
This commit is contained in:
Alex Crichton 2013-10-04 11:24:18 -07:00
parent 8bb55dbf21
commit 4cc925a5f4
4 changed files with 8 additions and 12 deletions

View file

@ -94,8 +94,6 @@ pub trait TyVisitor {
fn visit_u32(&mut self) -> bool;
fn visit_u64(&mut self) -> bool;
#[cfg(stage0)]
fn visit_float(&mut self) -> bool;
fn visit_f32(&mut self) -> bool;
fn visit_f64(&mut self) -> bool;