Remove unused function new_pow_test_spec (#8735)

This commit is contained in:
Wei Tang
2018-05-31 15:06:22 +08:00
committed by GitHub
parent 93054ef24b
commit 686bf443e6

View File

@@ -923,11 +923,6 @@ impl Spec {
pub fn new_validator_multi() -> Self {
load_bundled!("validator_multi")
}
/// Create a new spec for a PoW chain
pub fn new_pow_test_spec() -> Self {
load_bundled!("ethereum/olympic")
}
}
#[cfg(test)]