diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index 900082aad..88bdcda51 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -215,9 +215,6 @@ class theory_lra::imp { typedef vector> var_coeffs; - // svector m_theory_var2var_index; // translate from theory variables to lar vars - // svector m_var_index2theory_var; // reverse map from lp_solver variables to theory variables - // svector m_term_index2theory_var; // reverse map from lp_solver variables to theory variables var_coeffs m_left_side; // constraint left side mutable std::unordered_map m_variable_values; // current model lpvar m_one_var;