Navigation Menu

Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed Jan 29, 2014
1 parent 1e23c5c commit 96f0e9c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/libstd/io/net/addrinfo.rs
Expand Up @@ -102,10 +102,6 @@ fn lookup(hostname: Option<&str>, servname: Option<&str>, hint: Option<Hint>)
// permission without help of apk
#[cfg(test, not(target_os = "android"))]
mod test {
use io::net::ip::Ipv4Addr;
use prelude::*;
use super::*;

iotest!(fn dns_smoke_test() {
let ipaddrs = get_host_addresses("localhost").unwrap();
let mut found_local = false;
Expand Down
1 change: 0 additions & 1 deletion src/libstd/num/f32.rs
Expand Up @@ -907,7 +907,6 @@ mod tests {

use num::*;
use num;
use mem;

#[test]
fn test_num() {
Expand Down
1 change: 0 additions & 1 deletion src/libstd/num/f64.rs
Expand Up @@ -909,7 +909,6 @@ mod tests {

use num::*;
use num;
use mem;

#[test]
fn test_num() {
Expand Down
1 change: 0 additions & 1 deletion src/libstd/num/int_macros.rs
Expand Up @@ -444,7 +444,6 @@ mod tests {
use num;
use num::CheckedDiv;
use num::Bitwise;
use mem;

#[test]
fn test_num() {
Expand Down
1 change: 0 additions & 1 deletion src/libstd/num/mod.rs
Expand Up @@ -1087,7 +1087,6 @@ pub fn test_num<T:Num + NumCast>(ten: T, two: T) {
mod tests {
use prelude::*;
use super::*;
use num;
use i8;
use i16;
use i32;
Expand Down
1 change: 0 additions & 1 deletion src/libstd/num/uint_macros.rs
Expand Up @@ -315,7 +315,6 @@ mod tests {
use num;
use num::CheckedDiv;
use num::Bitwise;
use mem;
use u16;

#[test]
Expand Down

0 comments on commit 96f0e9c

Please sign in to comment.