mirror of
https://github.com/Z3Prover/z3
synced 2025-11-25 23:19:32 +00:00
remove unneeded iterator functions
This commit is contained in:
parent
737c2208fa
commit
499ed5d844
32 changed files with 27 additions and 87 deletions
|
|
@ -88,8 +88,7 @@ struct const_iterator_mon {
|
|||
self_type operator++(int);
|
||||
|
||||
const_iterator_mon(const bool_vector& mask, const factorization_factory *f);
|
||||
|
||||
bool operator==(const self_type &other) const;
|
||||
|
||||
bool operator!=(const self_type &other) const;
|
||||
|
||||
factorization create_binary_factorization(factor j, factor k) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue