mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
[ADT] Remove dead code.
Nothing is using DenseMapBase::swap. Besides it does not compile in its current form. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c43b926f6
commit
b7589c8b1b
@ -341,11 +341,6 @@ protected:
|
||||
}
|
||||
}
|
||||
|
||||
void swap(DenseMapBase& RHS) {
|
||||
std::swap(getNumEntries(), RHS.getNumEntries());
|
||||
std::swap(getNumTombstones(), RHS.getNumTombstones());
|
||||
}
|
||||
|
||||
static unsigned getHashValue(const KeyT &Val) {
|
||||
return KeyInfoT::getHashValue(Val);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user