mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Remove unused import.
This commit is contained in:
parent
f3c4657a94
commit
25ee699756
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ extern crate getopts;
|
|||
use std::os;
|
||||
use std::cast::transmute;
|
||||
use std::io::{print,File};
|
||||
use std::libc::{time_t,c_double,c_int,size_t,c_char};
|
||||
use std::libc::{time_t,c_double,c_int,c_char};
|
||||
use std::ptr::null;
|
||||
use std::from_str::from_str;
|
||||
use c_types::c_tm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue