diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 13:22:26 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-27 13:43:42 -0700 |
| commit | d65fee28d356bf4ca8e95e9ced43db28b6db7246 (patch) | |
| tree | ee0a4b454d072cf47f1b6d42149c79fdfbb10e37 /src/libstd/dynamic_lib.rs | |
| parent | 1c78478c1249cb007e60a97fa38fcfafbf895ad0 (diff) | |
| download | rust-d65fee28d356bf4ca8e95e9ced43db28b6db7246.tar.gz rust-d65fee28d356bf4ca8e95e9ced43db28b6db7246.zip | |
Test fixes and rebase conflicts, round 2
Diffstat (limited to 'src/libstd/dynamic_lib.rs')
| -rw-r--r-- | src/libstd/dynamic_lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/dynamic_lib.rs b/src/libstd/dynamic_lib.rs index a7329ce4e29..185a9b3ec71 100644 --- a/src/libstd/dynamic_lib.rs +++ b/src/libstd/dynamic_lib.rs @@ -21,8 +21,6 @@ use env; use ffi::{AsOsStr, CString, OsString}; use mem; use path::{Path, PathBuf}; -#[cfg(not(target_os = "android"))] use os; -#[cfg(not(target_os = "android"))] use str; pub struct DynamicLibrary { handle: *mut u8 |
