mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
This commit is contained in:
parent
991cffb519
commit
11066486d7
|
@ -82,7 +82,6 @@ namespace opt {
|
|||
struct div_def;
|
||||
struct const_def;
|
||||
struct var_def;
|
||||
struct const_def;
|
||||
enum def_t { add_t, mul_t, div_t, const_t, var_t};
|
||||
struct def {
|
||||
def() = default;
|
||||
|
|
Loading…
Reference in a new issue