about summary refs log tree commit diff
path: root/src/rustc/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustc/syntax')
-rw-r--r--src/rustc/syntax/ast.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustc/syntax/ast.rs b/src/rustc/syntax/ast.rs
index 0776ec3dfbd..e3881eec203 100644
--- a/src/rustc/syntax/ast.rs
+++ b/src/rustc/syntax/ast.rs
@@ -556,7 +556,6 @@ type _mod = {view_items: [@view_item], items: [@item]};
 
 #[auto_serialize]
 enum native_abi {
-    native_abi_rust_intrinsic,
     native_abi_rust_builtin,
     native_abi_cdecl,
     native_abi_stdcall,