aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/beam/io.c')
-rw-r--r--erts/emulator/beam/io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/io.c b/erts/emulator/beam/io.c
index b64854aac9..62254ca34d 100644
--- a/erts/emulator/beam/io.c
+++ b/erts/emulator/beam/io.c
@@ -5609,7 +5609,6 @@ driver_deliver_term(Eterm to, ErlDrvTermData* data, int len)
factory.p = NULL;
factory.hp = hp;
/* We assume heap will suffice (see hashmap_over_estimated_heap_size) */
- factory.hp_end = hp + (ERTS_SWORD_MAX / sizeof(Eterm));
mess = erts_hashmap_from_array(&factory, leafs, size, 1);