From 33573bc0aaec14c55adbe6be314f761f34f8cdd0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 22 May 2014 10:49:26 -0700 Subject: syntax: Clean out obsolete syntax parsing All of these features have been obsolete since February 2014, where most have been obsolete since 2013. There shouldn't be any more need to keep around the parser hacks after this length of time. --- src/libsyntax/ext/quote.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libsyntax/ext') diff --git a/src/libsyntax/ext/quote.rs b/src/libsyntax/ext/quote.rs index b3eec136c7d..e0561c77d59 100644 --- a/src/libsyntax/ext/quote.rs +++ b/src/libsyntax/ext/quote.rs @@ -543,7 +543,6 @@ fn mk_token(cx: &ExtCtxt, sp: Span, tok: &token::Token) -> @ast::Expr { MOD_SEP => "MOD_SEP", RARROW => "RARROW", LARROW => "LARROW", - DARROW => "DARROW", FAT_ARROW => "FAT_ARROW", LPAREN => "LPAREN", RPAREN => "RPAREN", -- cgit 1.4.1-3-g733a5