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_ {