3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 17:31:57 +00:00

remove more warnings

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-10-07 14:02:13 -07:00 committed by Lev Nachmanson
parent 552a504f72
commit 8aeba62802
2 changed files with 1 additions and 3 deletions

View file

@ -24,7 +24,6 @@ namespace lp {
class int_solver;
class dioph_eq {
class imp;
int_solver& lia;
imp* m_imp;
public:
dioph_eq(int_solver& lia);