mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
remove comment
This commit is contained in:
parent
220a63e8bd
commit
22a5e7c5b7
1 changed files with 0 additions and 2 deletions
|
@ -62,12 +62,10 @@ public:
|
|||
|
||||
void swap(_scoped_numeral & n) {
|
||||
m().swap(m_num, n.m_num);
|
||||
// m_num.swap(n.m_num);
|
||||
}
|
||||
|
||||
void swap(numeral & n) {
|
||||
m().swap(m_num, n);
|
||||
// m_num.swap(n);
|
||||
}
|
||||
|
||||
_scoped_numeral & operator+=(numeral const & a) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue