Implement StorageBackend::remove_file()

This commit is contained in:
Matthias Beyer 2015-12-01 16:59:52 +01:00
parent 4675f79aae
commit abee4d4904

View file

@ -6,7 +6,6 @@ use std::path::Path;
use std::path::PathBuf; use std::path::PathBuf;
use std::vec::Vec; use std::vec::Vec;
use std::fs::File as FSFile; use std::fs::File as FSFile;
use std::fs::create_dir_all;
use std::fs::remove_file; use std::fs::remove_file;
use std::io::Read; use std::io::Read;
use std::io::Write; use std::io::Write;