diff options
author | Niclas Axelsson <[email protected]> | 2011-03-11 12:12:40 +0100 |
---|---|---|
committer | Niclas Axelsson <[email protected]> | 2011-03-11 12:15:31 +0100 |
commit | b9a94fef63f79f5a5a476b284104039336113d5b (patch) | |
tree | b2e45f7c024abae3477a708ecdd2b989897fee8f /erts/emulator/hipe/hipe_gc.c | |
parent | cdc5de779b4d1007a961d8f99c9280c460142777 (diff) | |
parent | 0c16b0931feb67641b91d973dbf8f5756384c19a (diff) | |
download | otp-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_gc.c')
-rw-r--r-- | erts/emulator/hipe/hipe_gc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_gc.c b/erts/emulator/hipe/hipe_gc.c index 6c9e1d9ba7..6dd296d027 100644 --- a/erts/emulator/hipe/hipe_gc.c +++ b/erts/emulator/hipe/hipe_gc.c @@ -28,7 +28,6 @@ #include "hipe_stack.h" #include "hipe_gc.h" -#include "hipe_bif0.h" /* for hipe_constants_{start,next} */ Eterm *fullsweep_nstack(Process *p, Eterm *n_htop) { |