Remove dead type definition

This commit is contained in:
Tim Chevalier 2012-10-18 12:09:44 -07:00
parent fa38c12901
commit b03c71f629
2 changed files with 1 additions and 5 deletions

View File

@ -749,10 +749,6 @@ type expr = {id: node_id, callee_id: node_id, node: expr_, span: span};
enum log_level { error, debug, other }
// 0 = error, 1 = debug, 2 = other
#[auto_serialize]
#[auto_deserialize]
enum alt_mode { alt_check, alt_exhaustive, }
#[auto_serialize]
#[auto_deserialize]
enum expr_ {

View File

@ -22,7 +22,7 @@ use obsolete::{
ObsoleteWith, ObsoleteClassMethod, ObsoleteClassTraits,
ObsoleteModeInFnType, ObsoleteByMutRefMode
};
use ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
use ast::{_mod, add, arg, arm, attribute,
bind_by_ref, bind_by_implicit_ref, bind_by_value, bind_by_move,
bitand, bitor, bitxor, blk, blk_check_mode, bound_const,
bound_copy, bound_send, bound_trait, bound_owned, box, by_copy,