aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_bif2.c
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2012-05-10 12:21:49 +0200
committerBjörn Gustavsson <[email protected]>2012-05-10 17:13:02 +0200
commit422b10bbbd1eb27163d72c2586c2bfb0b2d9c9b2 (patch)
tree706c10aaf12a05c80c8bf976f89875b772c2f6f0 /erts/emulator/hipe/hipe_bif2.c
parent377c01cd3f10d6638a73b177e2464c4edca9f2fc (diff)
downloadotp-422b10bbbd1eb27163d72c2586c2bfb0b2d9c9b2.tar.gz
otp-422b10bbbd1eb27163d72c2586c2bfb0b2d9c9b2.tar.bz2
otp-422b10bbbd1eb27163d72c2586c2bfb0b2d9c9b2.zip
Remove the hipe_bifs:show_message_area/0 BIF
Diffstat (limited to 'erts/emulator/hipe/hipe_bif2.c')
-rw-r--r--erts/emulator/hipe/hipe_bif2.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/erts/emulator/hipe/hipe_bif2.c b/erts/emulator/hipe/hipe_bif2.c
index ee97541e15..37a1cc193b 100644
--- a/erts/emulator/hipe/hipe_bif2.c
+++ b/erts/emulator/hipe/hipe_bif2.c
@@ -151,22 +151,6 @@ BIF_RETTYPE hipe_bifs_modeswitch_debug_off_0(BIF_ALIST_0)
BIF_RET(am_true);
}
-/* BIFs for handling the message area */
-
-BIF_RETTYPE hipe_bifs_show_message_area_0(BIF_ALIST_0)
-{
-#ifdef HYBRID
-#ifdef DEBUG
- print_message_area();
-#else
- printf("Only available in debug compiled emulator\r\n");
-#endif
- BIF_RET(am_true);
-#else
- BIF_RET(am_false);
-#endif
-}
-
#if defined(ERTS_ENABLE_LOCK_CHECK) && defined(ERTS_SMP)
BIF_RETTYPE hipe_debug_bif_wrapper(BIF_ALIST_1);