aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/doc/src/Mnesia_chap5.xmlsrc
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-08-23 18:07:30 +0200
committerBjörn-Egil Dahlberg <[email protected]>2017-01-25 11:56:28 +0100
commit995ab280a4dd050acbac0d2b824bcb3178811ae6 (patch)
tree4c15e72f04376a6508ff82a119daffd783f8d63e /lib/mnesia/doc/src/Mnesia_chap5.xmlsrc
parent4432ac28c118622c2994440b5be3bff0bc77cc83 (diff)
downloadotp-995ab280a4dd050acbac0d2b824bcb3178811ae6.tar.gz
otp-995ab280a4dd050acbac0d2b824bcb3178811ae6.tar.bz2
otp-995ab280a4dd050acbac0d2b824bcb3178811ae6.zip
mnesia: Remove mnesia_frag_old_hash hash module
The module mnesia_frag_old_hash utilized the broken erlang:hash/2 function which has been deprecated for a long time. Since erlang:hash/2 is now removed there is no point in having this module any more.
Diffstat (limited to 'lib/mnesia/doc/src/Mnesia_chap5.xmlsrc')
-rw-r--r--lib/mnesia/doc/src/Mnesia_chap5.xmlsrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/mnesia/doc/src/Mnesia_chap5.xmlsrc b/lib/mnesia/doc/src/Mnesia_chap5.xmlsrc
index a83d1d77d2..62759c624b 100644
--- a/lib/mnesia/doc/src/Mnesia_chap5.xmlsrc
+++ b/lib/mnesia/doc/src/Mnesia_chap5.xmlsrc
@@ -362,11 +362,6 @@ ok
<seealso marker="mnesia_frag_hash">mnesia_frag_hash</seealso>
callback behavior. This property can explicitly be set at
table creation. Default is <c>mnesia_frag_hash</c>.</p>
- <p>Older tables, that were created before the concept of
- user-defined hash modules was introduced, use module
- <c>mnesia_frag_old_hash</c> to be backwards compatible.
- <c>mnesia_frag_old_hash</c> still uses the poor
- deprecated function <c>erlang:hash/1</c>.</p>
</item>
<tag><c>{hash_state, Term}</c></tag>
<item>