avoid compiler warnings

This commit is contained in:
Dietmar Maurer 2020-05-30 14:05:33 +02:00
parent 96d65fbcd0
commit b2387eaa45

View File

@ -1,5 +1,4 @@
use std::sync::Arc;
use std::ffi::OsString;
use std::path::Path;
use anyhow::{bail, format_err, Error};
@ -9,7 +8,6 @@ use openssl::ssl::{SslMethod, SslAcceptor, SslFiletype};
use proxmox::try_block;
use proxmox::api::RpcEnvironmentType;
use proxmox::sys::linux::procfs::mountinfo::{Device, MountInfo};
use proxmox_backup::configdir;
use proxmox_backup::buildcfg;