Skip to content

Commit

Permalink
Remove z3 importa
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzbergedu committed Apr 14, 2022
1 parent 38a8774 commit bb185d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/src/abstract_interpreter/abstract_interpreter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ use std::hash::Hash;
use std::hash::Hasher;
use std::ops::Add;
use std::ops::Sub;
use z3::Sort;
use z3::ast::Ast;
use z3::{Config, Context, Solver};

use crate::ast::Statement;
use crate::ast::Program;
Expand Down

0 comments on commit bb185d4

Please sign in to comment.