mirror of
https://github.com/Z3Prover/z3
synced 2026-06-23 09:00:30 +00:00
Remove unused swap() methods (#8538)
This commit is contained in:
parent
56db8d5e98
commit
c0be7ac621
8 changed files with 17 additions and 24 deletions
|
|
@ -206,10 +206,6 @@ public:
|
|||
collisions.push_back(kd.m_key);
|
||||
}
|
||||
}
|
||||
|
||||
void swap(obj_map & other) noexcept {
|
||||
m_table.swap(other.m_table);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue