From 197fe67e11af002033bb2dc7b5a48ef433a7b103 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 15 Jan 2014 07:18:40 -0500 Subject: register snapshots --- src/libsyntax/ast.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index b113308ca51..889a67333a0 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -638,13 +638,6 @@ pub enum TokenTree { TTNonterminal(Span, Ident) } -// NOTE remove after next snapshot -// Required for ext::quote macros. -#[cfg(stage0)] -pub fn tt_tok(span: Span, tok: ::parse::token::Token) -> TokenTree { - TTTok(span, tok) -} - // // Matchers are nodes defined-by and recognized-by the main rust parser and // language, but they're only ever found inside syntax-extension invocations; -- cgit 1.4.1-3-g733a5