aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/llvm/ADT/DenseMap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/ADT/DenseMap.h b/include/llvm/ADT/DenseMap.h
index 71069ff..d5aa864 100644
--- a/include/llvm/ADT/DenseMap.h
+++ b/include/llvm/ADT/DenseMap.h
@@ -606,9 +606,6 @@ public:
}
void init(unsigned InitBuckets) {
- assert(!KeyInfoT::isEqual(this->getEmptyKey(), this->getTombstoneKey()) &&
- "Bad implementation of KeyInfoT: empty key and tombstone key "
- "should be different");
if (allocateBuckets(InitBuckets)) {
this->BaseT::initEmpty();
} else {