Remove StorageList (#2725)

* Remove `StorageList`

`StorageList` is not used anymore by `decl_storage!` and thus, it can be
removed.

* Fixes tests
This commit is contained in:
Bastian Köcher
2019-05-31 09:28:31 +02:00
committed by Gavin Wood
parent 0d9fad431b
commit 80b18c8531
4 changed files with 1 additions and 210 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ mod double_map;
pub mod traits;
pub use self::storage::{
StorageList, StorageValue, StorageMap, EnumerableStorageMap, StorageDoubleMap, AppendableStorageMap
StorageValue, StorageMap, EnumerableStorageMap, StorageDoubleMap, AppendableStorageMap
};
pub use self::hashable::Hashable;
pub use self::dispatch::{Parameter, Dispatchable, Callable, IsSubType};