Revert "Revert "revert-revert-erasure and erasure fixes (#3833)" (#3855)" (#3889)

This reverts commit 596f611ede.
This commit is contained in:
Rob Walker
2019-04-18 21:56:43 -07:00
committed by GitHub
parent 475a74d37f
commit 6eac5951ed
13 changed files with 707 additions and 789 deletions

View File

@ -138,7 +138,6 @@ impl TypedColumn<Kvs> for cf::SlotMeta {
type Type = super::SlotMeta;
}
#[cfg(feature = "erasure")]
impl Column<Kvs> for cf::ErasureMeta {
const NAME: &'static str = super::ERASURE_META_CF;
type Index = (u64, u64);
@ -157,7 +156,6 @@ impl Column<Kvs> for cf::ErasureMeta {
}
}
#[cfg(feature = "erasure")]
impl TypedColumn<Kvs> for cf::ErasureMeta {
type Type = super::ErasureMeta;
}