Skip to content

Commit

Permalink
synth: remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Dec 15, 2023
1 parent 56018be commit 49305f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions synth/src/testbench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
// released under BSD 3-Clause License
// author: Kevin Laeufer <[email protected]>

use crate::repair::{
bit_string_to_smt, classify_state, CHANGE_COUNT_OUTPUT_NAME, CHANGE_COUNT_WIDTH,
};
use crate::repair::{bit_string_to_smt, classify_state, CHANGE_COUNT_OUTPUT_NAME};
use libpatron::ir::*;
use libpatron::mc::{Simulator, TransitionSystemEncoding};
use libpatron::sim::interpreter::{InitKind, InitValueGenerator, ValueRef};
Expand Down

0 comments on commit 49305f0

Please sign in to comment.