about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorMarijn Haverbeke <marijnh@gmail.com>2012-02-09 15:30:19 +0100
committerMarijn Haverbeke <marijnh@gmail.com>2012-02-09 15:30:27 +0100
commit52a741754c76f147e8a009051c307091efaf45b2 (patch)
tree7ebd2d22e78ff298721cec7dcc80d3624538414a /src/comp/lib
parent50fb4c30ed02e72a715e093c8f87b0c179fb3ccb (diff)
downloadrust-52a741754c76f147e8a009051c307091efaf45b2.tar.gz
rust-52a741754c76f147e8a009051c307091efaf45b2.zip
Remove some pointless imports
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index 5515d740089..762174549f3 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -1,4 +1,3 @@
-import core::{vec, str, option};
 import str::sbuf;
 
 import ctypes::{c_int, c_uint, unsigned, longlong, ulonglong};