summaryrefslogtreecommitdiff
path: root/cli/http_cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/http_cache.rs')
-rw-r--r--cli/http_cache.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/http_cache.rs b/cli/http_cache.rs
index 9a6a89b56..9f76364de 100644
--- a/cli/http_cache.rs
+++ b/cli/http_cache.rs
@@ -91,7 +91,6 @@ impl Metadata {
Ok(())
}
- #[cfg(test)]
pub fn read(cache_filename: &Path) -> Result<Metadata, AnyError> {
let metadata_filename = Metadata::filename(cache_filename);
let metadata = fs::read_to_string(metadata_filename)?;