summaryrefslogtreecommitdiff
path: root/src/cmds/in
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds/in')
-rw-r--r--src/cmds/in/storage_rw.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cmds/in/storage_rw.rs b/src/cmds/in/storage_rw.rs
deleted file mode 100644
index 596c1f9..0000000
--- a/src/cmds/in/storage_rw.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-use std::path::PathBuf;
-
-use just_enough_vcs::system::storage_system::store::ChunkingPolicy;
-
-pub struct JVStorageRWInput {
- pub input: PathBuf,
- pub storage: PathBuf,
- pub output: PathBuf,
-
- pub chunking_policy: Option<ChunkingPolicy>,
-}