mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +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:
@@ -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) {
|
static unsigned getHashValue(const KeyT &Val) {
|
||||||
return KeyInfoT::getHashValue(Val);
|
return KeyInfoT::getHashValue(Val);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user