Removed unused test helper

This commit is contained in:
MIIRC 2020-10-30 00:04:10 -04:00
parent 6c7a2b292b
commit 8f0db34ad1
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ mod tests {
fs::create_dir_all(TMP_DIR)
}
fn teardown_tmp_dir() -> Result<(), io::Error> {
fs::remove_dir(TMP_DIR)
}
fn setup_tmp_file(name: &str, buf: Option<Vec<u8>>) -> Result<(), io::Error> {
setup_tmp_dir()?;
let t = SystemTime::now()