Remove support for native types

Issue #1673
This commit is contained in:
Marijn Haverbeke
2012-02-01 11:54:14 +01:00
parent 856a544d0c
commit 2dbaa05af8
18 changed files with 17 additions and 124 deletions

View File

@@ -189,7 +189,6 @@ fn noop_fold_native_item(&&ni: @native_item, fld: ast_fold) -> @native_item {
attrs: vec::map(ni.attrs, fold_attribute),
node:
alt ni.node {
native_item_ty { native_item_ty }
native_item_fn(fdec, typms) {
native_item_fn({inputs: vec::map(fdec.inputs, fold_arg),
output: fld.fold_ty(fdec.output),