summary refs log tree commit diff
path: root/src/comp/syntax/print/pprust.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-11-09 15:56:28 -0800
committerBrian Anderson <banderson@mozilla.com>2011-11-09 16:47:43 -0800
commitc7f0ca6063022e244ab6a2d4e85db1c13867b084 (patch)
tree9fb79e009597948fea5565417d6372a11dba504e /src/comp/syntax/print/pprust.rs
parentdec6b53761f8157ea553db09b6d5ba40a433c9c4 (diff)
downloadrust-c7f0ca6063022e244ab6a2d4e85db1c13867b084.tar.gz
rust-c7f0ca6063022e244ab6a2d4e85db1c13867b084.zip
Remove native "x86stdcall" ABI
Diffstat (limited to 'src/comp/syntax/print/pprust.rs')
-rw-r--r--src/comp/syntax/print/pprust.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/syntax/print/pprust.rs b/src/comp/syntax/print/pprust.rs
index 1028feaffc4..18460ba04ae 100644
--- a/src/comp/syntax/print/pprust.rs
+++ b/src/comp/syntax/print/pprust.rs
@@ -404,7 +404,6 @@ fn print_item(s: ps, &&item: @ast::item) {
           ast::native_abi_rust_intrinsic. {
             word_nbsp(s, "\"rust-intrinsic\"");
           }
-          ast::native_abi_x86stdcall. { word_nbsp(s, "\"x86stdcall\""); }
           ast::native_abi_c_stack_cdecl. {
             word_nbsp(s, "\"c-stack-cdecl\"");
           }