summaryrefslogtreecommitdiffstats
path: root/src/filestore/staging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/filestore/staging.rs')
-rw-r--r--src/filestore/staging.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/filestore/staging.rs b/src/filestore/staging.rs
index bd97f6c..c212674 100644
--- a/src/filestore/staging.rs
+++ b/src/filestore/staging.rs
@@ -82,10 +82,6 @@ impl StagingStore {
.collect()
}
- pub fn load_from_path(&mut self, pb: &PathBuf) -> Result<&Artifact> {
- self.0.load_from_path(pb)
- }
-
pub fn root_path(&self) -> &Path {
self.0.root_path()
}