diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2015-12-12 03:29:35 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2015-12-17 05:43:27 +0000 |
| commit | 8364a6feefe730c1cf06e95d00406afbdf5938c2 (patch) | |
| tree | e9982928ded5bd1a97267333b3b78fc161f8b3e4 /src/libstd/sys | |
| parent | 4af427881405f95b8d87efea844cbd695fb55986 (diff) | |
| download | rust-8364a6feefe730c1cf06e95d00406afbdf5938c2.tar.gz rust-8364a6feefe730c1cf06e95d00406afbdf5938c2.zip | |
Remove unused imports
Diffstat (limited to 'src/libstd/sys')
| -rw-r--r-- | src/libstd/sys/unix/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/fs.rs b/src/libstd/sys/unix/fs.rs index 8ea8f0c6c77..9ac11b442da 100644 --- a/src/libstd/sys/unix/fs.rs +++ b/src/libstd/sys/unix/fs.rs @@ -14,7 +14,7 @@ use os::unix::prelude::*; use ffi::{CString, CStr, OsString, OsStr}; use fmt; use io::{self, Error, ErrorKind, SeekFrom}; -use libc::{self, c_int, size_t, off_t, c_char, mode_t}; +use libc::{self, c_int, off_t, c_char, mode_t}; use mem; use path::{Path, PathBuf}; use ptr; |
