backup: cleanup unused imports

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-09-11 14:46:46 +02:00
parent 4dc79bb1d9
commit b526bd1408

View File

@ -8,7 +8,7 @@ use super::chunk_stat::*;
use super::chunk_store::*; use super::chunk_store::*;
use std::sync::Arc; use std::sync::Arc;
use std::io::{Read, Write}; use std::io::Write;
use std::fs::File; use std::fs::File;
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use std::os::unix::io::AsRawFd; use std::os::unix::io::AsRawFd;