diff options
Diffstat (limited to 'library/core/src/num/mod.rs')
| -rw-r--r-- | library/core/src/num/mod.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/library/core/src/num/mod.rs b/library/core/src/num/mod.rs index 05ecfe431d0..f95cfd33ae5 100644 --- a/library/core/src/num/mod.rs +++ b/library/core/src/num/mod.rs @@ -16,13 +16,6 @@ macro_rules! try_opt { }; } -#[cfg_attr(bootstrap, allow_internal_unstable(const_likely))] -macro_rules! unlikely { - ($e: expr) => { - intrinsics::unlikely($e) - }; -} - // Use this when the generated code should differ between signed and unsigned types. macro_rules! sign_dependent_expr { (signed ? if signed { $signed_case:expr } if unsigned { $unsigned_case:expr } ) => { |
