Remove references to platform-intrinsic ABI

This commit is contained in:
Mark Murphy 2024-12-03 17:30:17 -05:00
parent e6276c8b64
commit 1dbe681757
3 changed files with 0 additions and 5 deletions

View file

@ -38,7 +38,6 @@ const SUPPORTED_CALLING_CONVENTIONS: &[&str] = &[
"system-unwind",
"rust-intrinsic",
"rust-call",
"platform-intrinsic",
"unadjusted",
];