diff options
author | Sverker Eriksson <[email protected]> | 2017-11-07 20:23:43 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-07 20:23:43 +0100 |
commit | 009739af6cb71b24f519ae053dbeabe0a170cc79 (patch) | |
tree | cd117eec89c691db342d96c78f4f23aa7116d70c /erts/emulator/hipe/hipe_primops.h | |
parent | 370ef6e794c9199cb2b0a24d820203c4dc2b7a0e (diff) | |
parent | 54fd69c2887d1a76cae3bf43e31e611dbcf152fa (diff) | |
download | otp-009739af6cb71b24f519ae053dbeabe0a170cc79.tar.gz otp-009739af6cb71b24f519ae053dbeabe0a170cc79.tar.bz2 otp-009739af6cb71b24f519ae053dbeabe0a170cc79.zip |
Merge branch 'sverker/cleanup-hipe_bs_validate_unicode'
* sverker/cleanup-hipe_bs_validate_unicode:
erts: Remove obsolete hipe primop bs_validate_unicode
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) |