summaryrefslogtreecommitdiff
path: root/erts/emulator/utils/beam_makeops
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2020-11-05 12:31:08 +0100
committerJohn Högberg <john@erlang.org>2020-11-09 10:00:39 +0100
commite6d9d0da048513552bacbac80356e1d962431062 (patch)
tree10a8b86f3ab04e35aac9217f5857f9d59bcbf1f9 /erts/emulator/utils/beam_makeops
parent18e25cb97a4eddda8f9a440141e8b122e6430873 (diff)
downloaderlang-e6d9d0da048513552bacbac80356e1d962431062.tar.gz
otp: Remove HiPE and HiPE-related accessories
Diffstat (limited to 'erts/emulator/utils/beam_makeops')
-rwxr-xr-xerts/emulator/utils/beam_makeops1
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/utils/beam_makeops b/erts/emulator/utils/beam_makeops
index 8088ea8dee..0bfce0f19b 100755
--- a/erts/emulator/utils/beam_makeops
+++ b/erts/emulator/utils/beam_makeops
@@ -1900,7 +1900,6 @@ sub needs_do_wrapper {
return 0 if /^do/;
return 0 if /^SET_I/;
return 0 if /^SET_CP/;
- return 0 if /^ERTS_NO_FPE_CHECK_INIT/;
return 0 if /^ASSERT/;
return 0 if /^DTRACE/;
return 0 if /^[A-Za-z_]*\s*=/;