about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/lib.rs
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2018-06-16 12:07:54 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2018-07-07 10:51:54 +0200
commitedd6ed571f9886d4b01fe87812442d5e81d1c895 (patch)
treeacdda514c0be5fcb97a3f1dcb2614804ace06c6f /src/librustc_codegen_llvm/lib.rs
parent95ed511514ea46ae50ce06e9e19c5460a786838a (diff)
Fix some errors
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
-rw-r--r--src/librustc_codegen_llvm/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs
index eee4e5f8f7a..fd2d1f53887 100644
--- a/src/librustc_codegen_llvm/lib.rs
+++ b/src/librustc_codegen_llvm/lib.rs
@@ -109,7 +109,6 @@ mod consts;
 mod context;
 mod debuginfo;
 mod declare;
-mod glue;
 mod intrinsic;
 mod llvm_util;
 mod metadata;