1
Fork 0

Remove native "rust" ABI

This commit is contained in:
Brian Anderson 2011-11-07 15:14:10 -08:00
parent b0c2416270
commit 1103fe8ca0
7 changed files with 2 additions and 13 deletions

View file

@ -142,7 +142,6 @@ fn enc_sty(w: io::writer, cx: @ctxt, st: ty::sty) {
ty::ty_native_fn(abi, args, out) {
w.write_char('N');
alt abi {
native_abi_rust. { w.write_char('r'); }
native_abi_rust_intrinsic. { w.write_char('i'); }
native_abi_cdecl. { w.write_char('c'); }
native_abi_llvm. { w.write_char('l'); }