diff options
Diffstat (limited to 'src/comp/metadata/decoder.rs')
| -rw-r--r-- | src/comp/metadata/decoder.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/comp/metadata/decoder.rs b/src/comp/metadata/decoder.rs index ffea622d022..01466fbc52b 100644 --- a/src/comp/metadata/decoder.rs +++ b/src/comp/metadata/decoder.rs @@ -197,9 +197,6 @@ fn lookup_def(cnum: ast::crate_num, data: @[u8], did_: ast::def_id) -> 'u' { ast::def_fn(did, ast::unsafe_fn) } 'f' { ast::def_fn(did, ast::impure_fn) } 'p' { ast::def_fn(did, ast::pure_fn) } - 'U' { ast::def_native_fn(did, ast::unsafe_fn) } - 'F' { ast::def_native_fn(did, ast::impure_fn) } - 'P' { ast::def_native_fn(did, ast::pure_fn) } 'y' { ast::def_ty(did) } 'T' { ast::def_native_ty(did) } 't' { ast::def_ty(did) } |
