remove statement::invalid (#2597)

This commit is contained in:
Robert Habermeier
2021-03-10 10:31:17 -06:00
committed by GitHub
parent 639dcc2e75
commit 9331e06eda
6 changed files with 25 additions and 305 deletions
-1
View File
@@ -52,7 +52,6 @@ pub mod v1 {
fn from(s: &'a Statement) -> PrimitiveStatement {
match *s {
generic::Statement::Valid(s) => PrimitiveStatement::Valid(s),
generic::Statement::Invalid(s) => PrimitiveStatement::Invalid(s),
generic::Statement::Seconded(ref s) => PrimitiveStatement::Seconded(s.hash()),
}
}