Browse Source

runtime: remove unused primitive Credential

Mokhtar Naamani 4 years ago
parent
commit
ee4919c17c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      runtime/src/primitives.rs

+ 0 - 3
runtime/src/primitives.rs

@@ -41,9 +41,6 @@ pub type Hash = sp_core::H256;
 /// Moment type
 pub type Moment = u64;
 
-/// Credential type
-pub type Credential = u64;
-
 /// Represents a thread identifier for both Forum and Proposals Discussion
 ///
 /// Note: Both modules expose type names ThreadId and PostId (which are defined on their Trait) and