From 1d8b0e8f8a6012d99dc78b0d6189a404c9bda4eb Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 15 Mar 2011 18:08:30 -0700 Subject: rustc: Remove the memory-managed interface to LLVM memory buffers; passing them around transfers ownership --- src/comp/front/creader.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/comp/front') diff --git a/src/comp/front/creader.rs b/src/comp/front/creader.rs index 2a4b4c57..b8ad5a94 100644 --- a/src/comp/front/creader.rs +++ b/src/comp/front/creader.rs @@ -3,7 +3,6 @@ import driver.session; import front.ast; import lib.llvm.llvmext; -import lib.llvm.mk_memory_buffer; import lib.llvm.mk_object_file; import lib.llvm.mk_section_iter; import middle.fold; -- cgit v1.2.3