From fccf5a00056b1d72065951a4428070326df1cfb5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 18 Mar 2015 09:36:18 -0700 Subject: Register new snapshots --- src/libsyntax/parse/parser.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index bf2b2c0afe6..ad2fa3d25a8 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -78,8 +78,6 @@ use owned_slice::OwnedSlice; use std::collections::HashSet; use std::io::prelude::*; use std::mem; -#[cfg(stage0)] -use std::num::Float; use std::path::{Path, PathBuf}; use std::rc::Rc; use std::slice; @@ -5809,12 +5807,6 @@ impl<'a> Parser<'a> { None } - // HACK(eddyb) staging required for `quote_item!`. - #[cfg(stage0)] // SNAP 270a677 - pub fn parse_item_with_outer_attributes(&mut self) -> Option> { - self.parse_item() - } - pub fn parse_item(&mut self) -> Option> { let attrs = self.parse_outer_attributes(); self.parse_item_(attrs, true) -- cgit 1.4.1-3-g733a5