diff options
| author | Patrick Walton <[email protected]> | 2011-03-15 18:08:30 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-15 18:08:30 -0700 |
| commit | 1d8b0e8f8a6012d99dc78b0d6189a404c9bda4eb (patch) | |
| tree | e89572321b218697da93afe6da081f602bbf457b /src/comp/front/creader.rs | |
| parent | rustc: Open "use"d crates with the LLVM object file reader (diff) | |
| download | rust-1d8b0e8f8a6012d99dc78b0d6189a404c9bda4eb.tar.xz rust-1d8b0e8f8a6012d99dc78b0d6189a404c9bda4eb.zip | |
rustc: Remove the memory-managed interface to LLVM memory buffers; passing them around transfers ownership
Diffstat (limited to 'src/comp/front/creader.rs')
| -rw-r--r-- | src/comp/front/creader.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |