Hashing: Remove outdated comment. Support for reserved hash values was removed in...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 9 Jun 2012 15:33:28 +0000 (15:33 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 9 Jun 2012 15:33:28 +0000 (15:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158276 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Hashing.h

index 53032ee538d2896f2d503eead56ca7b6b4af4e9b..6ab07254a21d5849fdbccfa59ce8d6232ab3c236 100644 (file)
@@ -76,10 +76,6 @@ namespace llvm {
 ///   using llvm::hash_value;
 ///   llvm::hash_code code = hash_value(x);
 /// \endcode
-///
-/// Also note that there are two numerical values which are reserved, and the
-/// implementation ensures will never be produced for real hash_codes. These
-/// can be used as sentinels within hashing data structures.
 class hash_code {
   size_t value;