aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_map.c
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-02-23 17:47:26 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-03-12 19:15:28 +0100
commitefb521c69baccb8ab905595c222abf353c5c3283 (patch)
treed0f1ba29753edec24c067c2c123a2d679d656746 /erts/emulator/beam/erl_map.c
parent7ac42c5d31f7722907b44d2df3421f8cd88d48c5 (diff)
downloadotp-efb521c69baccb8ab905595c222abf353c5c3283.tar.gz
otp-efb521c69baccb8ab905595c222abf353c5c3283.tar.bz2
otp-efb521c69baccb8ab905595c222abf353c5c3283.zip
erts: Remove erl_hashmap.[ch] files
Diffstat (limited to 'erts/emulator/beam/erl_map.c')
-rw-r--r--erts/emulator/beam/erl_map.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_map.c b/erts/emulator/beam/erl_map.c
index 8ae02e0183..4242807933 100644
--- a/erts/emulator/beam/erl_map.c
+++ b/erts/emulator/beam/erl_map.c
@@ -16,6 +16,9 @@
*
* %CopyrightEnd%
*
+ * hashmaps are an adaption of Rich Hickeys Persistent HashMaps
+ * which were an adaption of Phil Bagwells - Hash Array Mapped Tries
+ *
* Author: Björn-Egil Dahlberg
*/
@@ -31,7 +34,6 @@
#include "bif.h"
#include "erl_map.h"
-#include "erl_hashmap.h"
/* BIFs
*