Browse Source

removed legacy type

ignazio 3 years ago
parent
commit
3e8bbfad96
1 changed files with 0 additions and 1 deletions
  1. 0 1
      runtime/src/lib.rs

+ 0 - 1
runtime/src/lib.rs

@@ -452,7 +452,6 @@ impl content::Trait for Runtime {
     type ChannelOwnershipTransferRequestId = ChannelOwnershipTransferRequestId;
     type MaxNumberOfCuratorsPerGroup = MaxNumberOfCuratorsPerGroup;
     type DataObjectStorage = Storage;
-    type StorageSystem = data_directory::Module<Self>;
     type PostId = PostId;
     type ReactionId = ReactionId;
     type MaxModerators = MaxModerators;