diff options
| author | bohan <bohan-zhang@foxmail.com> | 2023-10-15 19:38:22 +0800 |
|---|---|---|
| committer | bohan <bohan-zhang@foxmail.com> | 2023-10-22 21:27:46 +0800 |
| commit | 482275b19422b871b986ec0400257a9b80080218 (patch) | |
| tree | ba0989881946c014c8d15eeb2a9c755afd992eb4 /compiler/rustc_codegen_llvm/src/debuginfo | |
| parent | 724ba7fe9084e607c79e7656ac173eb617d173f5 (diff) | |
| download | rust-482275b19422b871b986ec0400257a9b80080218.tar.gz rust-482275b19422b871b986ec0400257a9b80080218.zip | |
use visibility to check unused imports and delete some stmts
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/debuginfo')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/debuginfo/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/debuginfo/mod.rs b/compiler/rustc_codegen_llvm/src/debuginfo/mod.rs index c8bf7286edf..4832b147a54 100644 --- a/compiler/rustc_codegen_llvm/src/debuginfo/mod.rs +++ b/compiler/rustc_codegen_llvm/src/debuginfo/mod.rs @@ -50,7 +50,6 @@ mod utils; pub use self::create_scope_map::compute_mir_scopes; pub use self::metadata::build_global_var_di_node; -pub use self::metadata::extend_scope_to_file; #[allow(non_upper_case_globals)] const DW_TAG_auto_variable: c_uint = 0x100; |
