1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

whoami: remove unused import

This commit is contained in:
Joseph Crail 2016-05-22 04:39:02 -04:00
parent 5b77b82884
commit d4994233c7

View file

@ -13,7 +13,6 @@ extern crate uucore;
use std::io::{Error, Result};
use std::mem;
use std::os::windows::ffi::OsStringExt;
use uucore::wide::FromWide;
pub unsafe fn getusername() -> Result<String> {