Remove SSZ helpers

This commit is contained in:
Paul Hauner
2018-12-18 18:00:11 +11:00
parent 7f00f167e3
commit be4c6701ac
10 changed files with 0 additions and 665 deletions

View File

@@ -2,7 +2,6 @@ extern crate bls;
extern crate db;
extern crate hashing;
extern crate ssz;
extern crate ssz_helpers;
extern crate types;
#[macro_use]