3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 09:55:19 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-02-18 20:48:13 -08:00
parent 991cffb519
commit 11066486d7

View file

@ -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;