Remove duplicate match arm

This commit is contained in:
Patrick Lühne 2020-05-11 02:45:44 +02:00
parent c075f99093
commit 91765a7a15
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 0 additions and 2 deletions

View File

@ -178,8 +178,6 @@ impl std::fmt::Debug for Error
"unknown statement “{}” (allowed: axiom, assert, assume, input, lemma)",
statement_name),
Kind::UnmatchedParenthesis => write!(formatter, "unmatched parenthesis"),
Kind::ParsePredicateDeclaration => write!(formatter,
"could not parse predicate declaration"),
Kind::ParseFormula => write!(formatter, "could not parse formula"),
Kind::ExpectedIdentifier => write!(formatter, "expected constant or predicate name"),
Kind::ParsePredicateDeclaration => write!(formatter,