mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
remove unused methods in ast.cpp
This commit is contained in:
parent
60c0e73b2f
commit
564343c39c
1 changed files with 0 additions and 3 deletions
|
@ -634,9 +634,6 @@ struct app_flags {
|
||||||
unsigned m_ground:1; // application does not have free variables or nested quantifiers.
|
unsigned m_ground:1; // application does not have free variables or nested quantifiers.
|
||||||
unsigned m_has_quantifiers:1; // application has nested quantifiers.
|
unsigned m_has_quantifiers:1; // application has nested quantifiers.
|
||||||
unsigned m_has_labels:1; // application has nested labels.
|
unsigned m_has_labels:1; // application has nested labels.
|
||||||
static app_flags mk_const_flags();
|
|
||||||
static app_flags mk_default_app_flags();
|
|
||||||
static app_flags mk_default_quantifier_flags();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class app : public expr {
|
class app : public expr {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue