aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
diff options
context:
space:
mode:
authorNiclas Axelsson <[email protected]>2011-03-11 12:12:40 +0100
committerNiclas Axelsson <[email protected]>2011-03-11 12:15:31 +0100
commitb9a94fef63f79f5a5a476b284104039336113d5b (patch)
treeb2e45f7c024abae3477a708ecdd2b989897fee8f /erts/emulator/beam
parentcdc5de779b4d1007a961d8f99c9280c460142777 (diff)
parent0c16b0931feb67641b91d973dbf8f5756384c19a (diff)
downloadotp-b9a94fef63f79f5a5a476b284104039336113d5b.tar.gz
otp-b9a94fef63f79f5a5a476b284104039336113d5b.tar.bz2
otp-b9a94fef63f79f5a5a476b284104039336113d5b.zip
Merge branch 'pg/hipe-remove-constants-pool' into dev
* pg/hipe-remove-constants-pool: Remove hipe constants pool OTP-9128
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r--erts/emulator/beam/erl_nmgc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_nmgc.c b/erts/emulator/beam/erl_nmgc.c
index 626d4e295a..60424ba58a 100644
--- a/erts/emulator/beam/erl_nmgc.c
+++ b/erts/emulator/beam/erl_nmgc.c
@@ -26,7 +26,6 @@
#include "erl_nmgc.h"
#include "erl_debug.h"
#if HIPE
-#include "hipe_bif0.h" /* for hipe_constants_{start,next} */
#include "hipe_stack.h"
#endif