about summary refs log tree commit diff
path: root/src/comp/metadata/tyencode.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-11-08 17:17:06 -0800
committerBrian Anderson <banderson@mozilla.com>2011-11-08 17:17:06 -0800
commit4f3f04643f2ba6760e66e8efd54be07cb08a6b9c (patch)
tree2a45764aabb28eee335af48d6b08aabf20ce5e74 /src/comp/metadata/tyencode.rs
parentd536bc2c10b7008dd3bccdfc9e82ba0af2533f34 (diff)
downloadrust-4f3f04643f2ba6760e66e8efd54be07cb08a6b9c.tar.gz
rust-4f3f04643f2ba6760e66e8efd54be07cb08a6b9c.zip
Remove native "cdecl" ABI
Diffstat (limited to 'src/comp/metadata/tyencode.rs')
-rw-r--r--src/comp/metadata/tyencode.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/metadata/tyencode.rs b/src/comp/metadata/tyencode.rs
index 26bce6f802b..79298d29757 100644
--- a/src/comp/metadata/tyencode.rs
+++ b/src/comp/metadata/tyencode.rs
@@ -143,7 +143,6 @@ fn enc_sty(w: io::writer, cx: @ctxt, st: ty::sty) {
         w.write_char('N');
         alt abi {
           native_abi_rust_intrinsic. { w.write_char('i'); }
-          native_abi_cdecl. { w.write_char('c'); }
           native_abi_x86stdcall. { w.write_char('s'); }
           native_abi_c_stack_cdecl. { w.write_char('C'); }
           native_abi_c_stack_stdcall. { w.write_char('S'); }