Minor clean-up

This commit is contained in:
2020-05-22 18:17:00 +02:00
parent 0578e99dc2
commit 116f74f63e
3 changed files with 0 additions and 12 deletions

View File

@@ -16,9 +16,6 @@ pub enum ProofResult
Disproven,
}
type VariableDeclarationIDs
= std::collections::BTreeMap::<std::rc::Rc<crate::VariableDeclaration>, usize>;
pub struct Problem
{
function_declarations: std::cell::RefCell<crate::FunctionDeclarations>,