about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2019-12-06 21:49:54 -0500
committerAaron Hill <aa1ronham@gmail.com>2019-12-11 09:50:12 -0500
commita7de090e35efdbe7c45a7840726c1b4facf26ae6 (patch)
tree19a549379cea456aa2b30c38bdd3d13366832731
parent8b9c5396ca574fad9cc7b51d16c8c96e0ae74632 (diff)
downloadrust-a7de090e35efdbe7c45a7840726c1b4facf26ae6.tar.gz
rust-a7de090e35efdbe7c45a7840726c1b4facf26ae6.zip
Remove unused import
-rw-r--r--src/librustc_codegen_llvm/consts.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/consts.rs b/src/librustc_codegen_llvm/consts.rs
index f7799db9711..11a105c1828 100644
--- a/src/librustc_codegen_llvm/consts.rs
+++ b/src/librustc_codegen_llvm/consts.rs
@@ -17,7 +17,6 @@ use rustc_codegen_ssa::traits::*;
 use syntax::symbol::{Symbol, sym};
 use syntax_pos::Span;
 use rustc::{bug, span_bug};
-use rustc_data_structures::const_cstr;
 use log::debug;
 
 use rustc::ty::layout::{self, Size, Align, LayoutOf};