mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
Remove Z3_literals
remnants. (#6829)
The bulk of the functionality using these was removed between Z3 4.4.1 and 4.5.0, back in 2015. Co-authored-by: Bruce Mitchener <bruce.mitchener@configura.com>
This commit is contained in:
parent
6c8b8609ee
commit
8cc6969510
|
@ -5,7 +5,6 @@
|
|||
#pragma once
|
||||
|
||||
DEFINE_TYPE(Z3_symbol);
|
||||
DEFINE_TYPE(Z3_literals);
|
||||
DEFINE_TYPE(Z3_config);
|
||||
DEFINE_TYPE(Z3_context);
|
||||
DEFINE_TYPE(Z3_sort);
|
||||
|
@ -1398,7 +1397,6 @@ typedef enum
|
|||
def_Type('FUNC_DECL', 'Z3_func_decl', 'FuncDecl')
|
||||
def_Type('PATTERN', 'Z3_pattern', 'Pattern')
|
||||
def_Type('MODEL', 'Z3_model', 'ModelObj')
|
||||
def_Type('LITERALS', 'Z3_literals', 'Literals')
|
||||
def_Type('CONSTRUCTOR', 'Z3_constructor', 'Constructor')
|
||||
def_Type('CONSTRUCTOR_LIST', 'Z3_constructor_list', 'ConstructorList')
|
||||
def_Type('SOLVER', 'Z3_solver', 'SolverObj')
|
||||
|
|
Loading…
Reference in a new issue