From 0bd6da8a8c93143325cb45e8a074ccf7121ca168 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 7 Oct 2012 16:55:01 -0700 Subject: Remove old auto_serialize2 code (needs snapshot) --- src/libsyntax/parse/token.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index b63260997f7..dce4dc3bbc7 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -4,8 +4,6 @@ use std::map::HashMap; #[auto_serialize] #[auto_deserialize] -#[auto_serialize2] -#[auto_deserialize2] enum binop { PLUS, MINUS, @@ -21,8 +19,6 @@ enum binop { #[auto_serialize] #[auto_deserialize] -#[auto_serialize2] -#[auto_deserialize2] enum token { /* Expression-operator symbols. */ EQ, @@ -81,8 +77,6 @@ enum token { #[auto_serialize] #[auto_deserialize] -#[auto_serialize2] -#[auto_deserialize2] /// For interpolation during macro expansion. enum nonterminal { nt_item(@ast::item), -- cgit 1.4.1-3-g733a5