diff options
author | Alex Auvolat <alex@adnab.me> | 2023-12-08 14:15:52 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-12-08 14:15:52 +0100 |
commit | 4dbf254512327ef4e7abbd5525b89bfa5b7ecb6f (patch) | |
tree | f01ed9873593fb12d0bd8c83258d2771774c5bab /src/rpc/layout/version.rs | |
parent | 64a6e557a4ff6aa1ad833a1b25ef8c85cf9ee3f3 (diff) | |
download | garage-4dbf254512327ef4e7abbd5525b89bfa5b7ecb6f.tar.gz garage-4dbf254512327ef4e7abbd5525b89bfa5b7ecb6f.zip |
layout: refactoring, merge two files
Diffstat (limited to 'src/rpc/layout/version.rs')
-rw-r--r-- | src/rpc/layout/version.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/layout/version.rs b/src/rpc/layout/version.rs index cbfbee94..5b307156 100644 --- a/src/rpc/layout/version.rs +++ b/src/rpc/layout/version.rs @@ -10,7 +10,6 @@ use garage_util::data::*; use garage_util::error::*; use super::graph_algo::*; -use super::schema::*; use super::*; // The Message type will be used to collect information on the algorithm. |