Remove NO_DEBUG const
This commit is contained in:
parent
45a30cdf1d
commit
18080e6072
1 changed files with 0 additions and 3 deletions
|
|
@ -58,9 +58,6 @@ bitflags! {
|
|||
/// "weird symbol" for the standard library in that it has slightly
|
||||
/// different linkage, visibility, and reachability rules.
|
||||
const RUSTC_STD_INTERNAL_SYMBOL = 1 << 6;
|
||||
/// `#[no_debug]`: an indicator that no debugging information should be
|
||||
/// generated for this function by LLVM.
|
||||
const NO_DEBUG = 1 << 7;
|
||||
/// `#[thread_local]`: indicates a static is actually a thread local
|
||||
/// piece of memory
|
||||
const THREAD_LOCAL = 1 << 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue