diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index e7b6f2d92..508fa6951 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -863,7 +863,6 @@ class theory_lra::imp { bool is_infeasible() const { return lp().get_status() == lp::lp_status::INFEASIBLE; - // || lp().get_status() == lp::lp_status::UNKNOWN; } void internalize_eq(theory_var v1, theory_var v2) {