summaryrefslogtreecommitdiffstats
path: root/src/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.rs')
-rw-r--r--src/context.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/context.rs b/src/context.rs
index 6faa78844..46c51177e 100644
--- a/src/context.rs
+++ b/src/context.rs
@@ -177,10 +177,6 @@ pub struct DirContents {
}
impl DirContents {
- fn from_path(base: &PathBuf) -> Result<Self, std::io::Error> {
- Self::from_path_with_timeout(base, Duration::from_secs(30))
- }
-
fn from_path_with_timeout(base: &PathBuf, timeout: Duration) -> Result<Self, std::io::Error> {
let start = SystemTime::now();