aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/hipe/hipe_native_bif.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-11-07 20:23:43 +0100
committerSverker Eriksson <[email protected]>2017-11-07 20:23:43 +0100
commit009739af6cb71b24f519ae053dbeabe0a170cc79 (patch)
treecd117eec89c691db342d96c78f4f23aa7116d70c /erts/emulator/hipe/hipe_native_bif.c
parent370ef6e794c9199cb2b0a24d820203c4dc2b7a0e (diff)
parent54fd69c2887d1a76cae3bf43e31e611dbcf152fa (diff)
downloadotp-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_native_bif.c')
-rw-r--r--erts/emulator/hipe/hipe_native_bif.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/erts/emulator/hipe/hipe_native_bif.c b/erts/emulator/hipe/hipe_native_bif.c
index 4d20fbdb90..f5471285c2 100644
--- a/erts/emulator/hipe/hipe_native_bif.c
+++ b/erts/emulator/hipe/hipe_native_bif.c
@@ -482,15 +482,6 @@ static int validate_unicode(Eterm arg)
return 1;
}
-BIF_RETTYPE nbif_impl_hipe_bs_validate_unicode(NBIF_ALIST_1)
-{
- Process *p = BIF_P;
- Eterm arg = BIF_ARG_1;
- if (!validate_unicode(arg))
- BIF_ERROR(p, BADARG);
- return NIL;
-}
-
Uint hipe_is_unicode(Eterm arg)
{
return (Uint) validate_unicode(arg);