3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

more dead code removal

This commit is contained in:
Lev Nachmanson 2023-03-07 13:53:23 -08:00
parent e430f28813
commit 748c75275f
2 changed files with 0 additions and 6 deletions

View file

@ -519,8 +519,6 @@ public:
return m_mpq_lar_core_solver.lower_bound(j);
}
void pivot_column_tableau(unsigned j, unsigned row_index);
inline const impq & column_upper_bound(unsigned j) const {
return m_mpq_lar_core_solver.upper_bound(j);
}