mirror of
https://github.com/Z3Prover/z3
synced 2025-10-06 07:53:59 +00:00
remove unneeded iterator functions
This commit is contained in:
parent
737c2208fa
commit
499ed5d844
32 changed files with 27 additions and 87 deletions
|
@ -197,10 +197,6 @@ public:
|
|||
++*this;
|
||||
return tmp;
|
||||
}
|
||||
|
||||
bool operator==(iterator const & it) const {
|
||||
return m_set == it.m_set;
|
||||
}
|
||||
|
||||
bool operator!=(iterator const & it) const {
|
||||
return m_set != it.m_set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue