]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused inline asm whitelist
authorbjorn3 <bjorn3@users.noreply.github.com>
Sat, 7 Mar 2020 10:10:33 +0000 (11:10 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sat, 7 Mar 2020 10:10:33 +0000 (11:10 +0100)
src/base.rs

index ddd3c3cef0788701bf3b6811b23c0fb076d1873f..4f369723dc43afdda5c3c997538485e8eb3809ac 100644 (file)
@@ -618,9 +618,6 @@ fn is_fat_ptr<'tcx>(
 
                     crate::trap::trap_unimplemented(fx, "_xgetbv arch intrinsic is not supported");
                 }
-                _ if fx.tcx.symbol_name(fx.instance).name.as_str() == "__rust_probestack" => {
-                    crate::trap::trap_unimplemented(fx, "__rust_probestack is not supported");
-                }
                 _ => unimpl!("Inline assembly is not supported"),
             }
         }