Skip to content

Commit

Permalink
storage: disable remote access related code
Browse files Browse the repository at this point in the history
Disable remote access related code, it's unused currently.

Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
  • Loading branch information
jiangliu committed Oct 1, 2022
1 parent 8cfa54b commit 23df2bc
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 146 deletions.
175 changes: 39 additions & 136 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rafs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ nix = "0.24"
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.53"
spmc = "0.3.0"
url = { version = "2.1.1", optional = true }
vm-memory = "0.9"
fuse-backend-rs = { version = "0.9" }

Expand Down
Loading

0 comments on commit 23df2bc

Please sign in to comment.