summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/HashFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/HashFunctions.h')
-rw-r--r--JavaScriptCore/wtf/HashFunctions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/JavaScriptCore/wtf/HashFunctions.h b/JavaScriptCore/wtf/HashFunctions.h
index 13afb72..2c66a2d 100644
--- a/JavaScriptCore/wtf/HashFunctions.h
+++ b/JavaScriptCore/wtf/HashFunctions.h
@@ -173,9 +173,6 @@ namespace WTF {
template<typename P> struct DefaultHash<RefPtr<P> > { typedef PtrHash<RefPtr<P> > Hash; };
template<typename T, typename U> struct DefaultHash<std::pair<T, U> > { typedef PairHash<T, U> Hash; };
-
- // Golden ratio - arbitrary start value to avoid mapping all 0's to all 0's
- static const unsigned stringHashingStartValue = 0x9e3779b9U;
} // namespace WTF