diff options
author | Sverker Eriksson <[email protected]> | 2017-11-06 18:45:13 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-06 18:45:13 +0100 |
commit | 54fd69c2887d1a76cae3bf43e31e611dbcf152fa (patch) | |
tree | b10c5118dea7ba649aa1d7014e50583e552669bf /erts/emulator/hipe/hipe_primops.h | |
parent | 7cd0a910a3d171840991092e335e9a5b2aeee74e (diff) | |
download | otp-54fd69c2887d1a76cae3bf43e31e611dbcf152fa.tar.gz otp-54fd69c2887d1a76cae3bf43e31e611dbcf152fa.tar.bz2 otp-54fd69c2887d1a76cae3bf43e31e611dbcf152fa.zip |
erts: Remove obsolete hipe primop bs_validate_unicode
which was replaced by 'is_unicode' in 5369e34a892bfd8ab5aa98df330e3bbf19497b71
but kept for ABI compatibility in OTP-20.*.
Diffstat (limited to 'erts/emulator/hipe/hipe_primops.h')
-rw-r--r-- | erts/emulator/hipe/hipe_primops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_primops.h b/erts/emulator/hipe/hipe_primops.h index 49e6bdb026..a6abd3e011 100644 --- a/erts/emulator/hipe/hipe_primops.h +++ b/erts/emulator/hipe/hipe_primops.h @@ -63,7 +63,6 @@ PRIMOP_LIST(am_bs_utf16_size, &nbif_bs_utf16_size) PRIMOP_LIST(am_bs_put_utf16be, &nbif_bs_put_utf16be) PRIMOP_LIST(am_bs_put_utf16le, &nbif_bs_put_utf16le) PRIMOP_LIST(am_bs_get_utf16, &nbif_bs_get_utf16) -PRIMOP_LIST(am_bs_validate_unicode, &nbif_bs_validate_unicode) PRIMOP_LIST(am_is_unicode, &nbif_is_unicode) PRIMOP_LIST(am_bs_validate_unicode_retract, &nbif_bs_validate_unicode_retract) |