Skip to content

Commit

Permalink
Remove Memory (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Feb 17, 2022
1 parent e345679 commit b68bed6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 328 deletions.
6 changes: 1 addition & 5 deletions crates/storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub(crate) mod collections;
#[allow(dead_code)]
pub(crate) mod lazy;

mod memory;
mod pack;

#[cfg(test)]
Expand All @@ -67,10 +66,7 @@ mod hashmap_entry_api_tests;
mod test_utils;

#[doc(inline)]
pub use self::{
lazy::Mapping,
memory::Memory,
};
pub use self::lazy::Mapping;

#[doc(inline)]
pub(crate) use self::{
Expand Down
323 changes: 0 additions & 323 deletions crates/storage/src/memory.rs

This file was deleted.

0 comments on commit b68bed6

Please sign in to comment.