diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-09 02:21:11 +1000 | 
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-09 02:22:23 +1000 | 
| commit | 98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c (patch) | |
| tree | f99d1c8374844ccf7a3368110d3e33c0e51f18bb /src/libstd/sys.rs | |
| parent | 00f591680983cc19a6d9f24d8f8c0026ccf20398 (diff) | |
| download | rust-98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c.tar.gz rust-98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c.zip | |
remove unused import warnings
Diffstat (limited to 'src/libstd/sys.rs')
| -rw-r--r-- | src/libstd/sys.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/libstd/sys.rs b/src/libstd/sys.rs index 583923bc2e3..87e13e494aa 100644 --- a/src/libstd/sys.rs +++ b/src/libstd/sys.rs @@ -14,7 +14,6 @@ use option::{Some, None}; use cast; -use cmp::{Eq, Ord}; use gc; use io; use libc; | 
