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

@@ -8,5 +8,4 @@ bls = { path = "../utils/bls" }
db = { path = "../../lighthouse/db" }
hashing = { path = "../utils/hashing" }
ssz = { path = "../utils/ssz" }
ssz_helpers = { path = "../utils/ssz_helpers" }
types = { path = "../types" }

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]