diff --git a/src/commands/verify_program.rs b/src/commands/verify_program.rs index cb8d3a9..58c320e 100644 --- a/src/commands/verify_program.rs +++ b/src/commands/verify_program.rs @@ -4,7 +4,6 @@ pub fn run

(program_path: P, specification_path: P, where P: AsRef, { - //let context = crate::translate::verify_properties::Context::new(); let mut problem = crate::Problem::new(color_choice); log::info!("reading specification “{}”", specification_path.as_ref().display());