diff options
| author | Marijn Haverbeke <marijnh@gmail.com> | 2012-03-23 11:51:06 +0100 |
|---|---|---|
| committer | Marijn Haverbeke <marijnh@gmail.com> | 2012-03-23 12:21:55 +0100 |
| commit | f5024692d49be49b2efff452059f83efaebfd0ee (patch) | |
| tree | 23da664fb1bf1c374081550309731cf206341b57 /src/rustc/syntax | |
| parent | 0303396f4cc292b54a0b097364581c88b8631696 (diff) | |
| download | rust-f5024692d49be49b2efff452059f83efaebfd0ee.tar.gz rust-f5024692d49be49b2efff452059f83efaebfd0ee.zip | |
Remove support for the old-style intrinsics
Closes #2042 Closes #1981
Diffstat (limited to 'src/rustc/syntax')
| -rw-r--r-- | src/rustc/syntax/ast.rs | 1 |
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, |
