aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-06-09 15:33:28 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-06-09 15:33:28 +0000
commit82ce516591f01e31a65cb582732a3de582fc220b (patch)
tree1d0101a42969b7085d4df68d911208ba28cf4e01
parent133fe7542c361cccf806daedde1262c11b921f8c (diff)
downloadexternal_llvm-82ce516591f01e31a65cb582732a3de582fc220b.zip
external_llvm-82ce516591f01e31a65cb582732a3de582fc220b.tar.gz
external_llvm-82ce516591f01e31a65cb582732a3de582fc220b.tar.bz2
Hashing: Remove outdated comment. Support for reserved hash values was removed in r151865.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158276 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/Hashing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/ADT/Hashing.h b/include/llvm/ADT/Hashing.h
index 53032ee..6ab0725 100644
--- a/include/llvm/ADT/Hashing.h
+++ b/include/llvm/ADT/Hashing.h
@@ -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;