Skip to content

Commit

Permalink
[storage] cleanup aptossum/inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
lightmark authored and aptos-bot committed Apr 29, 2022
1 parent e8f48f5 commit 8face68
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 485 deletions.
31 changes: 0 additions & 31 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@ members = [
"state-sync/storage-service/types",
"storage/accumulator",
"storage/aptosdb",
"storage/aptossum",
"storage/backup/backup-cli",
"storage/backup/backup-service",
"storage/inspector",
"storage/jellyfish-merkle",
"storage/schemadb",
"storage/scratchpad",
Expand Down Expand Up @@ -139,8 +137,6 @@ default-members = [
"aptos-move/transaction-builder-generator",
"execution/db-bootstrapper",
"storage/backup/backup-cli",
"storage/aptossum",
"storage/inspector",
"ecosystem/indexer",
]

Expand Down
1 change: 0 additions & 1 deletion storage/aptosdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@ scratchpad = { path = "../scratchpad", features = ["fuzzing"] }

[features]
default = []
aptossum = []
fuzzing = ["proptest", "proptest-derive", "aptos-proptest-helpers", "aptos-temppath", "aptos-crypto/fuzzing", "aptos-jellyfish-merkle/fuzzing", "aptos-types/fuzzing", "executor-types/fuzzing", "schemadb/fuzzing", "scratchpad/fuzzing"]
2 changes: 0 additions & 2 deletions storage/aptosdb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
//! It relays read/write operations on the physical storage via [`schemadb`] to the underlying
//! Key-Value storage system, and implements aptos data structures on top of it.
#[cfg(any(feature = "aptossum"))]
pub mod aptossum;
// Used in this and other crates for testing.
#[cfg(any(test, feature = "fuzzing"))]
pub mod test_helper;
Expand Down
22 changes: 0 additions & 22 deletions storage/aptossum/Cargo.toml

This file was deleted.

200 changes: 0 additions & 200 deletions storage/aptossum/src/main.rs

This file was deleted.

22 changes: 0 additions & 22 deletions storage/inspector/Cargo.toml

This file was deleted.

Loading

0 comments on commit 8face68

Please sign in to comment.