Remove ty_mac

This commit is contained in:
Seo Sanghyeon
2013-11-21 22:59:56 +09:00
parent ea5d1dfb1c
commit 8470639319
5 changed files with 1 additions and 10 deletions

View File

@@ -277,7 +277,6 @@ pub trait ast_fold {
ty_fixed_length_vec(ref mt, e) => {
ty_fixed_length_vec(fold_mt(mt, self), self.fold_expr(e))
}
ty_mac(ref mac) => ty_mac(self.fold_mac(mac)),
ty_typeof(expr) => ty_typeof(self.fold_expr(expr)),
};
Ty {