summaryrefslogtreecommitdiffstats
path: root/src/filestore/staging.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-04 10:40:39 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-07 13:21:54 +0100
commitaff153795b58fe1bccc94e2f3297265c1d670f82 (patch)
tree3918f8ea84feb9cc8efc451ed4c5c9ca6d54ed6e /src/filestore/staging.rs
parentad6c9a919953cb07d28ca9e8c73438368141e65d (diff)
Remove StagingStore::load_from_path() (unused)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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()
}