Skip to content

Commit 18080e6

Browse files
committed
Remove NO_DEBUG const
1 parent 45a30cd commit 18080e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc/middle/codegen_fn_attrs.rs

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ bitflags! {
5858
/// "weird symbol" for the standard library in that it has slightly
5959
/// different linkage, visibility, and reachability rules.
6060
const RUSTC_STD_INTERNAL_SYMBOL = 1 << 6;
61-
/// `#[no_debug]`: an indicator that no debugging information should be
62-
/// generated for this function by LLVM.
63-
const NO_DEBUG = 1 << 7;
6461
/// `#[thread_local]`: indicates a static is actually a thread local
6562
/// piece of memory
6663
const THREAD_LOCAL = 1 << 8;

0 commit comments

Comments
 (0)