aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_bif0.h
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/hipe/hipe_bif0.h
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/hipe/hipe_bif0.h')
-rw-r--r--erts/emulator/hipe/hipe_bif0.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.h b/erts/emulator/hipe/hipe_bif0.h
index ed27d5616a..a283ffe803 100644
--- a/erts/emulator/hipe/hipe_bif0.h
+++ b/erts/emulator/hipe/hipe_bif0.h
@@ -26,10 +26,6 @@
extern Uint *hipe_bifs_find_pc_from_mfa(Eterm mfa);
-/* shared with ggc.c -- NOT an official API */
-extern Eterm *hipe_constants_start;
-extern Eterm *hipe_constants_next;
-
extern void hipe_mfa_info_table_init(void);
extern void *hipe_get_remote_na(Eterm m, Eterm f, unsigned int a);
extern Eterm hipe_find_na_or_make_stub(Process*, Eterm, Eterm, Eterm);