mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
remove the default constructor
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
19cfbb4701
commit
7a5666f1df
|
@ -30,9 +30,6 @@ class factorization {
|
|||
svector<lpvar> m_vars;
|
||||
rational m_sign;
|
||||
public:
|
||||
factorization(){
|
||||
TRACE("nla_solver",);
|
||||
}
|
||||
bool is_empty() const { return m_vars.empty(); }
|
||||
svector<lpvar> & vars() { return m_vars; }
|
||||
const svector<lpvar> & vars() const { return m_vars; }
|
||||
|
|
Loading…
Reference in a new issue