Skip to content

Commit 43ada68

Browse files
committed
remove json store adapter
1 parent 77687e6 commit 43ada68

File tree

2 files changed

+0
-369
lines changed

2 files changed

+0
-369
lines changed

mithril-common/src/store/adapter/jsonfile_store_adapter.rs

Lines changed: 0 additions & 367 deletions
This file was deleted.

mithril-common/src/store/adapter/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
//! and two more for testing ([a stub with one record][DumbStoreAdapter] and one which
44
//! [always fails][FailStoreAdapter]).
55
6-
mod jsonfile_store_adapter;
76
mod memory_adapter;
87
mod sqlite_adapter;
98
mod store_adapter;
109

11-
pub use jsonfile_store_adapter::JsonFileStoreAdapter;
1210
pub use memory_adapter::MemoryAdapter;
1311
pub use sqlite_adapter::{SQLiteAdapter, SQLiteResultIterator};
1412
pub use store_adapter::*;

0 commit comments

Comments
 (0)